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

Function isExpr

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

Source from the content-addressed store, hash-verified

148150const outerField = (_)=>_ && _.field;
148151const isData = (_)=>_ === "data";
148152const isExpr = (_)=>_ === "expr";
148153const isField = (_)=>_ === "field";
148154const isCompare = (_)=>_ === "compare";
148155function parseData$1(from, group, scope) {

Callers 1

parameterValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected