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

Function derive

docs/app/js/sanddance-app.js:107243–107245  ·  view source on GitHub ↗

* Given a source tuple, return a derived copy. * @param {object} t - The source tuple. * @return {object} The derived tuple.

(t)

Source from the content-addressed store, hash-verified

107241 * @param {object} t - The source tuple.
107242 * @return {object} The derived tuple.
107243 */ function derive(t) {
107244 return rederive(t, ingest$1({}));
107245}
107246/**
107247 * Rederive a derived tuple by copying values from the source tuple.
107248 * @param {object} t - The source tuple.

Callers 1

transformFunction · 0.70

Calls 2

rederiveFunction · 0.70
ingest$1Function · 0.70

Tested by

no test coverage detected