MCPcopy
hub / github.com/microsoft/SandDance / size

Method size

docs/app/js/sanddance-app.js:54837–54839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54835 });
54836 }
54837 get size() {
54838 return Object.keys(this.stats).length;
54839 }
54840 reset() {
54841 for(const key in this.stats)this.stats[key].reset();
54842 return this;

Callers 4

evaluateFunction · 0.45
sanddance-app.jsFile · 0.45
transformFunction · 0.45
insertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected