Liking cljdoc? Tell your friends :D

com.manigfeald.graph.alloc


allocclj

(alloc gs prev-graph)
(alloc gs prev-graph fun)

create a new graph containing everything in a previous graph, takes an optional callback to which a fragment id is passed in to which new items can be inserted

create a new graph containing everything in a previous graph, takes
an optional callback to which a fragment id is passed in to which new
items can be inserted
sourceraw docstring

clone-fragclj

(clone-frag gs frag-id)

given a frag id make a new frag containing all the same things, returns a tuple of [frag-id size]

given a frag id make a new frag containing all the same things,
returns a tuple of [frag-id size]
sourceraw docstring

copy-with-sharedclj

(copy-with-shared gs chosen-frag graph-id)
source

copy-withoutclj

(copy-without gs prev-graph frag-id table id)
source

frag-and-higherclj

source

frag-statsclj

(frag-stats gs)

dumps some interesting stats about frags

dumps some interesting stats about frags
sourceraw docstring

max-frag-sizeclj

source

new-graphclj

(new-graph gs)
source

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

× close