Liking cljdoc? Tell your friends :D

wiretap.tools


filter-traceclj

(filter-trace pattern trace)
source

ns-matchesclj

(ns-matches regex)

Given an instance of java.util.regex.Pattern, returns a sorted coll of symbols naming the currently loaded libs that are matched by regex.

Given an instance of java.util.regex.Pattern, returns a sorted coll of symbols 
naming the currently loaded libs that are matched by `regex`.
sourceraw docstring

ns-matches-varsclj

(ns-matches-vars regex)

Given an instance of java.util.regex.Pattern, returns a seq of all vars that have been interned in namespaces matched by the regex

Given an instance of java.util.regex.Pattern, returns a seq of all vars 
that have been interned in namespaces matched by the regex
sourceraw docstring

ns-varsclj

(ns-vars & namespaces)
source

wiretapped?clj

(wiretapped? var-obj)
source

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

× close