Liking cljdoc? Tell your friends :D

refactor-nrepl.ns.tracker


build-trackerclj

(build-tracker)
(build-tracker file-predicate)

Build a tracker for the project.

If file-predicate is provided, use that instead of core/source-file?

Build a tracker for the project.

If file-predicate is provided, use that instead of `core/source-file?`
sourceraw docstring

default-file-filter-predicateclj

source

get-dependentsclj

(get-dependents tracker my-ns)

Get the dependent files for ns from tracker.

Get the dependent files for ns from tracker.
sourceraw docstring

in-refresh-dirs?clj

(in-refresh-dirs? refresh-dirs refresh-dirs-as-absolute-paths filename)

Is filename located within any of refresh-dirs?

Is `filename` located within any of `refresh-dirs`?
sourceraw docstring

project-files-in-topo-orderclj

(project-files-in-topo-order)
(project-files-in-topo-order ignore-errors?)
source

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

× close