Add a warning message on directed graphs.

master
Philippe PITTOLI 2024-05-06 11:38:22 +02:00
parent 0cfb5146f3
commit 96f290eb40
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ require "json"
require "./indexer.cr"
# WARNING: this code hasn't been reviewed nor used in years.
class DODB::DirectedGraph(V) < DODB::Indexer(V)
property name : String
property key_proc : Proc(V, Array(String))