(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
(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]
(frag-stats gs)
dumps some interesting stats about frags
dumps some interesting stats about frags
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close