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

Function isField

docs/app/js/sanddance-app.js:148153–148153  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

148151const isData = (_)=>_ === "data";
148152const isExpr = (_)=>_ === "expr";
148153const isField = (_)=>_ === "field";
148154const isCompare = (_)=>_ === "compare";
148155function parseData$1(from, group, scope) {
148156 let facet, key, op, dataRef, parent; // if no source data, generate singleton datum

Callers 1

parameterValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected