MCPcopy Index your code
hub / github.com/microsoft/SandDance / id

Function id

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

Source from the content-addressed store, hash-verified

149509 };
149510 },
149511 id () {
149512 return (this._subid ? this._subid + ":" : 0) + this._id++;
149513 },
149514 add (op) {
149515 this.operators.push(op);
149516 op.id = this.id(); // if pre-registration references exist, resolve them now

Callers 2

initializeFunction · 0.70
stratifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected