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

Function getDataRef

docs/app/js/sanddance-app.js:148184–148186  ·  view source on GitHub ↗
(from, scope)

Source from the content-addressed store, hash-verified

148182 };
148183}
148184function getDataRef(from, scope) {
148185 return from.$ref ? from : from.data && from.data.$ref ? from.data : ref(scope.getData(from.data).output);
148186}
148187function DataScope(scope, input, output, values, aggr) {
148188 this.scope = scope; // parent scope object
148189 this.input = input; // first operator in pipeline (tuple input)

Callers 2

parseData$1Function · 0.70
parseFacetFunction · 0.70

Calls 1

refFunction · 0.70

Tested by

no test coverage detected