MCPcopy Create free account
hub / github.com/microsoft/SandDance / addCount

Method addCount

docs/app/js/sanddance-app.js:54914–54919  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

54912 return this;
54913 }
54914 addCount(value) {
54915 this._count += value;
54916 this._samples++;
54917 this._checkSampling();
54918 return this;
54919 }
54920 subtractCount(value) {
54921 this._count -= value;
54922 this._samples++;

Callers 2

incrementCountMethod · 0.95
sanddance-app.jsFile · 0.45

Calls 1

_checkSamplingMethod · 0.95

Tested by

no test coverage detected