(check-nodes)
Validates the references in the model.
Validates the references in the model.
(check-relations model)
Validates the relations in the model.
Validates the relations in the model.
(check-views model)
Validates the references in the views.
Validates the references in the views.
(count-elements coll)
Returns a map with the count of views per type in the given coll
.
Returns a map with the count of views per type in the given `coll`.
(count-namespaces coll)
Returns a map with the count of identifiable elements per namespace in the given coll
.
Returns a map with the count of identifiable elements per namespace in the given `coll`.
(count-nodes coll)
Returns a map with the count of relations per type in the given coll
.
Returns a map with the count of relations per type in the given `coll`.
(count-relations coll)
Returns a map with the count of relations per type in the given coll
.
Returns a map with the count of relations per type in the given `coll`.
(count-views coll)
Returns a map with the count of views per type in the given coll
.
Returns a map with the count of views per type in the given `coll`.
(key-set m)
Returns a set of the keys of the map m
.
Returns a set of the keys of the map `m`.
Returns a transducer to extract the namespaces of some elements.
Returns a transducer to extract the namespaces of some elements.
Returns a transducer to extract the id of each node.
Returns a transducer to extract the id of each node.
(unidentifiable-elements coll)
Returns the elements without an id in the given coll
.
Returns the elements without an id in the given `coll`.
(unnamed-elements coll)
Returns the elements without an id in the given coll
.
Returns the elements without an id in the given `coll`.
(unnamespaced-elements coll)
Returns the elements without a namespaced id.
Returns the elements without a namespaced id.
(unrelated-nodes model)
Returns the set of ids of identifiable model nodes not taking part in any relation.
Returns the set of ids of identifiable model nodes not taking part in any relation.
(unresolved-refs model element)
Checks references in an element.
Checks references in an element.
(unresolved-refs-xf model)
Returns a transducer to extract unresolved refs
Returns a transducer to extract unresolved refs
(unresolved-related model rel)
Checks references in a relation.
Checks references in a relation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close