Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ reset
Method
reset
docs/app/js/sanddance-app.js:54840–54843 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54838
return
Object.keys(this.stats).length;
54839
}
54840
reset() {
54841
for
(
const
key in this.stats)this.stats[key].reset();
54842
return
this;
54843
}
54844
forEach(fn) {
54845
for
(
const
key in this.stats)fn(this.stats[key]);
54846
}
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected