Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88431
var
_vegaUtil = require(
"vega-util"
);
88432
88433
function
TupleStore(key) {
88434
this._key = key ? (0, _vegaUtil.field)(key) : _vegaDataflow.tupleid;
88435
this.reset();
88436
}
88437
88438
var
prototype = TupleStore.prototype;
88439
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected