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

Function expr

docs/app/js/sanddance-app.js:147031–147033  ·  view source on GitHub ↗
(enc)

Source from the content-addressed store, hash-verified

147029 };
147030}
147031function expr(enc) {
147032 return (0, _vegaUtil.isArray)(enc) ? rule(enc) : entry$1(enc);
147033}
147034function parse$1(code, scope, params, fields) {
147035 const expr1 = (0, _vegaFunctions.parseExpression)(code, scope);
147036 expr1.$fields.forEach((name)=>fields[name] = 1);

Callers 2

update$4Function · 0.70
parseBlockFunction · 0.70

Calls 2

ruleFunction · 0.70
entry$1Function · 0.70

Tested by

no test coverage detected