Liking cljdoc? Tell your friends :D

code-maat.parsers.tfs


as-common-time-formatclj

source

parse-logclj

(parse-log input-file-name options)

Transforms the given input TFS log into an Incanter dataset suitable for the analysis modules.

Transforms the given input TFS log into an 
Incanter dataset suitable for the analysis modules.
sourceraw docstring

parse-read-logclj

(parse-read-log input-text options)
source

positional-extractorsclj

Specify a set of functions to extract the parsed values.

Specify a set of functions to extract the parsed values.
sourceraw docstring

tfs-grammarclj

This is the instaparse grammar for a TFS entry. Things get parsed one-by-one for memory optimization TFS doesn't give us lines added/deleted, so we only get the core metrics

This is the instaparse grammar for a TFS entry.
Things get parsed one-by-one for memory optimization
TFS doesn't give us lines added/deleted, so we only get the core metrics
sourceraw docstring

tfs-preparseclj

(tfs-preparse input-file-text)

Removes whitespace lines inside individual changeset log entries char-array is used as a java.io.reader compatible input since we won't be giving it an actual file

Removes whitespace lines inside individual changeset log entries
char-array is used as a java.io.reader compatible input since we won't
be giving it an actual file
sourceraw docstring

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

× close