MCPcopy
hub / github.com/microsoft/SandDance / tupleid

Function tupleid

docs/app/js/sanddance-app.js:107213–107215  ·  view source on GitHub ↗

* Returns the id of a tuple. * @param {object} t - The input tuple. * @return {*} the tuple id.

(t)

Source from the content-addressed store, hash-verified

107211 * @param {object} t - The input tuple.
107212 * @return {*} the tuple id.
107213 */ function tupleid(t) {
107214 return t[TUPLE_ID_KEY];
107215}
107216/**
107217 * Sets the id of a tuple.
107218 * @param {object} t - The input tuple.

Callers 7

isTupleFunction · 0.70
ingest$1Function · 0.70
replaceFunction · 0.70
stableCompareFunction · 0.70
pulseFunction · 0.70
modifyFunction · 0.70
filterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected