Liking cljdoc? Tell your friends :D

gateway.domains.global.state


add-contextclj/s

(add-context state context)
source

add-context-memberclj/s

(add-context-member state context peer-id)

Adds a peer as a member to a context

Adds a peer as a member to a context
sourceraw docstring

apply-commandclj/smultimethod

source

apply-deltaclj/s

(apply-delta state context delta)
source

context-by-idclj/s

(context-by-id state context-id)
source

context-by-id*clj/s

(context-by-id* state context-id)
source

context-by-nameclj/s

(context-by-name state name)

Finds a context by name. Actually faster than filter/some

Finds a context by name. Actually faster than filter/some
sourceraw docstring

contextsclj/s

(contexts state)
source

remove-contextclj/s

(remove-context state context-id)
source

remove-context-memberclj/s

(remove-context-member state context peer-id)

Removes a peer from the context members

Removes a peer from the context members
sourceraw docstring

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

× close