(find-related node events)
find any nodes which are connected to the node by an event (e.g. for events [{:inputs [:a] :outputs [:c]} {:inputs [:b] :outputs [:a]}] (find-related :a events) => '(:b) (find-related :b events) => '() (find-related :c events) => '(:a))
find any nodes which are connected to the node by an event (e.g. for events [{:inputs [:a] :outputs [:c]} {:inputs [:b] :outputs [:a]}] (find-related :a events) => '(:b) (find-related :b events) => '() (find-related :c events) => '(:a))
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close