Liking cljdoc? Tell your friends :D

nrepl.util.lookup

Symbol info lookup.

It's meant to provide you with useful data like definition location, parameter lists, etc.

NOTE: The functionality here is experimental and the API is subject to changes.

Symbol info lookup.

It's meant to provide you with useful data like definition location,
parameter lists, etc.

NOTE: The functionality here is experimental and
the API is subject to changes.
raw docstring

lookupclj

(lookup ns sym)

Lookup the metadata for sym. If the sym is not qualified than it will be resolved in the context of ns.

Lookup the metadata for `sym`.
If the `sym` is not qualified than it will be resolved in the context
of `ns`.
sourceraw docstring

normal-sym-metaclj

(normal-sym-meta ns sym)
source

normalize-metaclj

(normalize-meta m)
source

resolve-fileclj

(resolve-file path)
source

special-sym-metaclj

(special-sym-meta sym)
source

sym-metaclj

(sym-meta ns sym)
source

var-meta-whitelistclj

A list of var metadata attributes are safe to return to the clients. We need to guard ourselves against EDN data that's not encodeable/decodable with bencode. We also optimize the response payloads by not returning redundant metadata.

A list of var metadata attributes are safe to return to the clients.
We need to guard ourselves against EDN data that's not encodeable/decodable
with bencode. We also optimize the response payloads by not returning
redundant metadata.
sourceraw docstring

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

× close