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

Function parseArray

docs/app/js/sanddance-app.js:147319–147321  ·  view source on GitHub ↗
(v1, scope)

Source from the content-addressed store, hash-verified

147317 return !(0, _vegaUtil.isObject)(v) ? v : v.signal ? scope.signalRef(v.signal) : (0, _vegaUtil.error)("Unsupported object: " + (0, _vegaUtil.stringValue)(v));
147318}
147319function parseArray(v1, scope) {
147320 return v1.signal ? scope.signalRef(v1.signal) : v1.map((v)=>parseLiteral(v, scope));
147321}
147322function dataLookupError(name) {
147323 (0, _vegaUtil.error)("Can not find data set: " + (0, _vegaUtil.stringValue)(name));
147324} // -- SCALE DOMAIN ----

Callers 2

parseScaleBinsFunction · 0.70
parseScaleRangeFunction · 0.70

Calls 1

parseLiteralFunction · 0.70

Tested by

no test coverage detected