(current-value-of metric)
Returns the current value of a metric as a map specification of the value
Returns the current value of a metric as a map specification of the value
(display-short-value-of metric)
Returns a short string representation of the current value good for display in a table
Returns a short string representation of the current value good for display in a table
(display-value-of metric)
Returns a string representation of the current value good for display in a table
Returns a string representation of the current value good for display in a table
(metric-type metric)
Returns the type of the metric
Returns the type of the metric
(print-table rows)
(print-table ks rows)
Prints a collection of maps in a textual table. Prints table headings ks, and then a line of output for each row, corresponding to the keys in ks. If ks are not specified, use the keys of the first item in rows.
Prints a collection of maps in a textual table. Prints table headings ks, and then a line of output for each row, corresponding to the keys in ks. If ks are not specified, use the keys of the first item in rows.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close