Liking cljdoc? Tell your friends :D

code-maat.analysis.authors


allclj

(all ds)

Returns a set with the name of all authors.

Returns a set with the name of all authors.
sourceraw docstring

all-authorsclj

(all-authors ds options)
source

by-countclj

(by-count ds options)
(by-count ds options order-fn)

Groups all entities by there total number of authors. By default, the entities are sorted in descending order. You can provide an extra, optional argument specifying a custom criterion. Returns a dataset with the columns :entity :n-authors.

Groups all entities by there total number of authors.
By default, the entities are sorted in descending order.
You can provide an extra, optional argument specifying
a custom criterion.
Returns a dataset with the columns :entity :n-authors.
sourceraw docstring

entity-with-author-countclj

(entity-with-author-count m ds)

Calculates the number of different authors for the given module, m. Returns a tuple of [entity-name number-of-distinct-authors].

Calculates the number of different authors for the given module, m.
Returns a tuple of [entity-name number-of-distinct-authors].
sourceraw docstring

of-moduleclj

(of-module m ds)
source

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

× close