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

Function source

docs/app/js/sanddance-app.js:116943–116945  ·  view source on GitHub ↗
(pulse)

Source from the content-addressed store, hash-verified

116941 }
116942});
116943function source(pulse) {
116944 return ()=>pulse.materialize(pulse.SOURCE).source;
116945}
116946function fieldNames(fields, as) {
116947 if (!fields) return null;
116948 return fields.map((f, i)=>as[i] || (0, _vegaUtil.accessorName)(f));

Callers 1

transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected