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

Function parseArray

docs/tests/v2/es6/js/sanddance.js:133574–133576  ·  view source on GitHub ↗
(v, scope)

Source from the content-addressed store, hash-verified

133572}
133573
133574function parseArray(v, scope) {
133575 return v.signal ? scope.signalRef(v.signal) : v.map(v => parseLiteral(v, scope));
133576}
133577
133578function dataLookupError(name) {
133579 (0, _vegaUtil.error)('Can not find data set: ' + (0, _vegaUtil.stringValue)(name));

Callers 2

parseScaleBinsFunction · 0.70
parseScaleRangeFunction · 0.70

Calls 1

parseLiteralFunction · 0.70

Tested by

no test coverage detected