(dev-cell index {:keys [name]} path-entries projects-to-test is-show-resources)
(dev-column projects {:keys [project-to-projects-to-test]} is-show-resources)
(loc-cell index lines-of-code column thousand-separator)
(loc-columns is-show-loc
projects
n#profiles
thousand-separator
total-col-src
total-loc-test)
(print-table workspace is-show-loc is-show-resources)
(profile-cell index project-name column is-show-resources path-entries)
(profile-col index
profile
disk-paths
start-column
settings
projects
is-show-resources)
(profile-columns disk-paths
start-column
projects
profiles
settings
is-show-resources)
(project-cell project
project-key
column
row
changed-projects
affected-projects
color-mode)
(project-column projects
{:keys [changed-projects changed-or-affected-projects]}
header
project-key
column
color-mode)
(status-cell index
{:keys [name paths]}
disk-paths
projects-to-test
is-show-resources)
(status-column projects
disk-paths
{:keys [project-to-projects-to-test]}
is-show-resources)
The third '--x' column is marked if the project is marked to be tested from any project.
The third '--x' column is marked if the project is marked to be tested from *any* project.
(table {:keys [settings projects changes paths]} is-show-loc is-show-resources)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close