Liking cljdoc? Tell your friends :D

commando.impl.utils


*debug-mode*clj/s

When enabled, debug-stack-map functionality is active in find-commands*.

When enabled, debug-stack-map functionality is active in find-commands*.
sourceraw docstring

command-map-spec-registryclj/s

(command-map-spec-registry)

For debugging purposes and some mysterious reason of setting it dynamically during execution

For debugging purposes and some mysterious reason of setting it dynamically during execution
sourceraw docstring

exception-message-headerclj/s

source

resolvable-fn?clj/s

(resolvable-fn? x)
source

ResolvableFnclj/s

source

resolve-fnclj/s

(resolve-fn x)

Normalize x to a function (fn? x) => true.

  • Fn((fn [] ..),:keyword)
  • Vars(#'clojure.core/str, #'str),
  • Symbols('clojure.core/str, 'str)

:clj supports fn?/Var/Symbol (with requiring-resolve fallback). :cljs only accepts actual functions

Normalize `x` to a function (fn? x) => true.

 - Fn((fn [] ..),:keyword)
 - Vars(#'clojure.core/str, #'str),
 - Symbols('clojure.core/str, 'str)

:clj  supports fn?/Var/Symbol (with requiring-resolve fallback).
:cljs only accepts actual functions
sourceraw docstring

serialize-exceptionclj/s

(serialize-exception e)

Serializes errors into data structures.

Serializes errors into data structures.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close