Liking cljdoc? Tell your friends :D

code.tool.measure.common


*config*clj


calculate-surfaceclj

(calculate-surface base height)

Calculates the 'surface area' of the code using a Code City metaphor. Base Area (Width) = Total Node Count (Size) Height = Structural Complexity Score Surface = Base + 4 * (sqrt(Base) * Height) (Represents top surface + 4 side walls of a square tower)

Calculates the 'surface area' of the code using a Code City metaphor.
Base Area (Width) = Total Node Count (Size)
Height = Structural Complexity Score
Surface = Base + 4 * (sqrt(Base) * Height)
(Represents top surface + 4 side walls of a square tower)
raw docstring

get-file-contentclj

(get-file-content repo-path sha file-path)

list-commitsclj

(list-commits repo-path)

list-filesclj

(list-files repo-path sha)

sh-gitclj

(sh-git args repo-path)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close