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

Function createMeasure

docs/app/js/sanddance-app.js:115915–115917  ·  view source on GitHub ↗
(op, name)

Source from the content-addressed store, hash-verified

115913 AggregateOps[key] = measure(key, AggregateOps[key]);
115914});
115915function createMeasure(op, name) {
115916 return AggregateOps[op](name);
115917}
115918function compareIndex(a, b) {
115919 return a.idx - b.idx;
115920}

Callers 2

initFunction · 0.70
WindowStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected