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

Function project

docs/app/js/sanddance-app.js:118248–118251  ·  view source on GitHub ↗
(s, t, fields, as)

Source from the content-addressed store, hash-verified

118246 }
118247});
118248function project(s, t, fields, as) {
118249 for(let i = 0, n = fields.length; i < n; ++i)t[as[i]] = fields[i](s);
118250 return t;
118251}
118252/**
118253 * Proxy the value of another operator as a pure signal value.
118254 * Ensures no tuples are propagated.

Callers 6

transformFunction · 0.70
recenterFunction · 0.70
resampleNoneFunction · 0.70
resampleLineToFunction · 0.70
pointFunction · 0.70
linePointFunction · 0.70

Calls 1

tanyFunction · 0.70

Tested by

no test coverage detected