Liking cljdoc? Tell your friends :D

hydrox.core.regulator


*running*clj

source

create-folioclj

(create-folio {:keys [root initialise filter manual] :as project})

creates the folio for storing all the documentation information

creates the folio for storing all the documentation information
sourceraw docstring

init-folioclj

(init-folio {:keys [project initialise] :as folio})

runs through all the files and adds function/test definitions to the project

runs through all the files and adds function/test definitions to the project
sourceraw docstring

init-pipeclj

(init-pipe state)
source

mount-folioclj

(mount-folio state {:keys [project root channel filter pipe] :as folio})

adds a watcher to update function/test definitions when files in the project changes

adds a watcher to update function/test definitions when files in the project changes
sourceraw docstring

regulatorclj

(regulator project)
(regulator state project)

creates a blank regulator, does not work

creates a blank regulator, does not work
sourceraw docstring

start-regulatorclj

(start-regulator {:keys [project state] :as obj})

starts the regulator

starts the regulator
sourceraw docstring

stop-regulatorclj

(stop-regulator {:keys [project state] :as obj})

stops the regulator

stops the regulator
sourceraw docstring

unmount-folioclj

(unmount-folio folio)

removes the file-change watcher

removes the file-change watcher
sourceraw docstring

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

× close