Liking cljdoc? Tell your friends :D

ginfer.side-effects.core


get!clj

(get! state {:keys [node attribute]})
(get! {:keys [blueprints persistence]} node attribute)
source

get-event-listenersclj

(get-event-listeners {{:keys [events-listeners]} :blueprints}
                     {:keys [node event]})
source

get-listeners!clj

(get-listeners! state {node :node {:keys [listeners]} :attribute})
source

get-refsclj

(get-refs {:keys [blueprints] :as state} node attribute)
source

get-sources-data!clj

(get-sources-data! {:keys [blueprints env-context] :as state}
                   {:keys [node attribute external-bindings] :as args})

Retrieves data from source paths as needed, and/or invokes tne endpoint-connector in the case of an endpoint attribute.

Retrieves data from source paths as needed,
and/or invokes tne endpoint-connector in the case of an endpoint attribute.
sourceraw docstring

resolve!clj

(resolve! state node bindings paths f)
source

update!clj

(update! state {:keys [node attribute value]})
source

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

× close