Liking cljdoc? Tell your friends :D

verter.family


add-childclj

(add-child verter parent-id child-type child-facts)

add child to parent's family of given type. child-facts must include :verter/id

add child to parent's family of given type.
child-facts must include :verter/id
sourceraw docstring

find-childrenclj

(find-children verter parent-id child-type)
(find-children verter
               parent-id
               child-type
               {:keys [with-deleted?] :or {with-deleted? false}})

find children of a specific type options:

  • :with-deleted? (default false) would/not include deleted children
find children of a specific type
options:
- :with-deleted? (default false) would/not include deleted children
sourceraw docstring

find-children-atclj

(find-children-at verter parent-id child-type business-time)

find children of a specific type that existed at a point in time

find children of a specific type that existed at a point in time
sourceraw docstring

remove-childclj

(remove-child verter parent-id child-type child-id)
(remove-child verter parent-id child-type child-id business-time)

remove child from parent's family and mark as deleted

remove child from parent's family and mark as deleted
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close