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

Function runtime

docs/app/js/sanddance-app.js:142283–142285  ·  view source on GitHub ↗
(view, spec, expr)

Source from the content-addressed store, hash-verified

142281 return r.svg();
142282}
142283function runtime(view, spec, expr) {
142284 return (0, _vegaRuntime.context)(view, (0, _vegaDataflow.transforms), (0, _vegaFunctions.functionContext), expr).parse(spec);
142285}
142286function scale(name) {
142287 var scales = this._runtime.scales;
142288 if (!(0, _vegaUtil.hasOwnProperty)(scales, name)) (0, _vegaUtil.error)("Unrecognized scale or projection: " + name);

Callers 1

ViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected