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

Function TupleStore

docs/app/js/sanddance-app.js:115976–115979  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

115974 return ctr;
115975}
115976function TupleStore(key) {
115977 this._key = key ? (0, _vegaUtil.field)(key) : (0, _vegaDataflow.tupleid);
115978 this.reset();
115979}
115980const prototype$1 = TupleStore.prototype;
115981prototype$1.reset = function() {
115982 this._add = [];

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected