Implementation functions for the core api.
Implementation functions for the core api.
Map from key to merge algorithm. Specifies how specs are merged.
Map from key to merge algorithm. Specifies how specs are merged.
(merge-specs algorithms a b)
Merge specs using the specified algorithms.
Merge specs using the specified algorithms.
(node->node-map groups)
Build a map entry from a node and a list of groups.
Build a map entry from a node and a list of groups.
(node-has-group-name? group-name)
Returns a predicate to check if a node has the specified group name.
Returns a predicate to check if a node has the specified group name.
(node-in-group? node group)
Check if a node satisfies a group's node-filter.
Check if a node satisfies a group's node-filter.
(with-script-for-node target plan-state & body)
Set up the script context for a server
Set up the script context for a server
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close