Liking cljdoc? Tell your friends :D

polylith.clj.core.workspace.text-table.project-table


dev-cellclj

(dev-cell index {:keys [name]} path-entries projects-to-test is-show-resources)
source

dev-columnclj

(dev-column projects {:keys [project-to-projects-to-test]} is-show-resources)
source

loc-cellclj

(loc-cell index lines-of-code column thousand-separator)
source

loc-columnsclj

(loc-columns is-show-loc
             projects
             n#profiles
             thousand-separator
             total-col-src
             total-loc-test)
source

(print-table workspace is-show-loc is-show-resources)
source

profile-cellclj

(profile-cell index project-name column is-show-resources path-entries)
source

profile-colclj

(profile-col index
             profile
             disk-paths
             start-column
             settings
             projects
             is-show-resources)
source

profile-columnsclj

(profile-columns disk-paths
                 start-column
                 projects
                 profiles
                 settings
                 is-show-resources)
source

project-cellclj

(project-cell project project-key column row changed-projects color-mode)
source

project-columnclj

(project-column projects
                {:keys [changed-projects]}
                header
                project-key
                column
                color-mode)
source

status-cellclj

(status-cell index
             {:keys [name paths]}
             disk-paths
             projects-to-test
             is-show-resources)
source

status-columnclj

(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.
sourceraw docstring

tableclj

(table {:keys [settings projects changes paths]} is-show-loc is-show-resources)
source

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

× close