Liking cljdoc? Tell your friends :D

donut.graphputer


executeclj/s

(execute {:keys [init nodes validate?] :or {validate? true} :as graph} ctx)

GraphSchemaclj/s


NodesSchemaclj/s


splice-nodeclj/s

(splice-node graph
             {:keys [node-name node input-node-name input-edge-name
                     output-edge-name]
              :or {input-edge-name :default output-edge-name :default}})

inserts a node in the graph, re-wiring edges

inserts a node in the graph, re-wiring edges
raw docstring

validate-graphclj/s

(validate-graph graph)

validate-schemaclj/s

(validate-schema node-name schemas schema-name value)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close