Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ decrementCount
Method
decrementCount
docs/app/js/sanddance-app.js:54910–54913 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54908
return
this;
54909
}
54910
decrementCount() {
54911
this.subtractCount(1);
54912
return
this;
54913
}
54914
addCount(value) {
54915
this._count += value;
54916
this._samples++;
Callers
1
sanddance-app.js
File · 0.45
Calls
1
subtractCount
Method · 0.95
Tested by
no test coverage detected