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

Function isData

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

Source from the content-addressed store, hash-verified

148149const outerExpr = (_)=>_ && _.expr;
148150const outerField = (_)=>_ && _.field;
148151const isData = (_)=>_ === "data";
148152const isExpr = (_)=>_ === "expr";
148153const isField = (_)=>_ === "field";
148154const isCompare = (_)=>_ === "compare";

Callers 1

parameterValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected