Liking cljdoc? Tell your friends :D

missinterpret.storage.source.core


content-sourceclj

(content-source sources
                source-name
                {:storage/keys [source] :source/keys [name] :as args})

Used by content provider to select the source to load from.

The function returns a source that matches the passed argument following the heuristic:

  1. throws an exception if the sources are empty
  2. :storage/source
  3. :source/name
  4. source-name
  5. No source found returns first source
Used by content provider to select the source to
load from.

The function returns a source that matches the passed argument
following the heuristic:

0. throws an exception if the sources are empty
1. :storage/source
2. :source/name
3. source-name
4. No source found returns first source
raw docstring

nameclj

(name source)

newclj

(new base)

uriclj

(uri source)

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

× close