Liking cljdoc? Tell your friends :D

dots.vscode.declaration-coverage

Contains coverage information for a declaration. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.

Contains coverage information for a declaration. Depending on the reporter
and language, this may be types such as functions, methods, or namespaces.
raw docstring

executed?cljs

(executed? declaration-coverage)

The number of times this declaration was executed, or a boolean indicating whether it was executed if the exact count is unknown. If zero or false, the declaration will be marked as un-covered.

The number of times this declaration was executed, or a boolean
indicating whether it was executed if the exact count is unknown. If
zero or false, the declaration will be marked as un-covered.
sourceraw docstring

locationcljs

(location declaration-coverage)

Declaration location.

Declaration location.
sourceraw docstring

namecljs

(name declaration-coverage)

Name of the declaration.

Name of the declaration.
sourceraw docstring

set-executed!cljs

(set-executed! declaration-coverage value)

The number of times this declaration was executed, or a boolean indicating whether it was executed if the exact count is unknown. If zero or false, the declaration will be marked as un-covered.

The number of times this declaration was executed, or a boolean
indicating whether it was executed if the exact count is unknown. If
zero or false, the declaration will be marked as un-covered.
sourceraw docstring

set-location!cljs

(set-location! declaration-coverage value)

Declaration location.

Declaration location.
sourceraw docstring

set-name!cljs

(set-name! declaration-coverage value)

Name of the declaration.

Name of the declaration.
sourceraw docstring

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

× close