(*db->str db *db)
Converts a db pointer to its value, usually a string.
A db pointer can be one of the following types:
function - called with db as argument
vector - called as third argument to (get-in db)
string - passed through
Converts a db pointer to its value, usually a string. A db pointer can be one of the following types: function - called with db as argument vector - called as third argument to `(get-in db)` string - passed through
(db->title db)
Takes an app-db as argument and returns the corresponding title.
Takes an app-db as argument and returns the corresponding title.
Define document title templates for each corresponding panel keyword. This should be a map with panel keyword keys and vector values. The vector will be joined and should consist of db pointers (explained below).
Define document title templates for each corresponding panel keyword. This should be a map with panel keyword keys and vector values. The vector will be joined and should consist of db pointers (explained below).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |