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

Function dataLookupError

docs/app/js/sanddance-app.js:147322–147324  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

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 ----
147325function parseScaleDomain(domain, spec, scope) {
147326 if (!domain) {
147327 if (spec.domainMin != null || spec.domainMax != null) (0, _vegaUtil.error)("No scale domain defined for domainMin/domainMax to override.");

Callers 4

singularDomainFunction · 0.70
ordinalMultipleDomainFunction · 0.70
quantileMultipleDomainFunction · 0.70
numericMultipleDomainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected