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

Function TupleStore

docs/tests/v2/es6/js/sanddance.js:88433–88436  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

88431var _vegaUtil = require("vega-util");
88432
88433function TupleStore(key) {
88434 this._key = key ? (0, _vegaUtil.field)(key) : _vegaDataflow.tupleid;
88435 this.reset();
88436}
88437
88438var prototype = TupleStore.prototype;
88439

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected