Add a warning message on directed graphs.
This commit is contained in:
parent
0cfb5146f3
commit
96f290eb40
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ require "json"
|
||||||
|
|
||||||
require "./indexer.cr"
|
require "./indexer.cr"
|
||||||
|
|
||||||
|
# WARNING: this code hasn't been reviewed nor used in years.
|
||||||
|
|
||||||
class DODB::DirectedGraph(V) < DODB::Indexer(V)
|
class DODB::DirectedGraph(V) < DODB::Indexer(V)
|
||||||
property name : String
|
property name : String
|
||||||
property key_proc : Proc(V, Array(String))
|
property key_proc : Proc(V, Array(String))
|
||||||
|
|
Loading…
Add table
Reference in a new issue