Liking cljdoc? Tell your friends :D

cc.journeyman.errata.rename

Recover the original Clojure function and namespace names from information in backtrace frames, by reversing the lexical substitutions by which they're rendered into valid Java names

Recover the original Clojure function and namespace names from information 
in backtrace frames, by reversing the lexical substitutions by which they're 
rendered into valid Java names
raw docstring

fn-nameclj

(fn-name munged)

De-mung a munged function name

De-mung a `munged` function name
sourceraw docstring

namespace-nameclj

(namespace-name munged)

De-mung a munged namspace name

De-mung a `munged` namspace name
sourceraw docstring

recover-function-nameclj

(recover-function-name frame)

Recover the original Clojure function name (if any) represented by this stack frame.

Recover the original Clojure function name (if any) represented by this 
stack `frame`.
sourceraw docstring

recover-namespace-nameclj

(recover-namespace-name frame)

Recover the original Clojure namespace name (if any) represented by this stack frame.

Recover the original Clojure namespace name (if any) represented by this 
stack `frame`.
sourceraw docstring

remove-anonclj

(remove-anon munged)

Remove anonomous function elements from a munged name.

Remove anonomous function elements from a `munged` name.
sourceraw docstring

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

× close