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

Function isSignal

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

Source from the content-addressed store, hash-verified

147115const Scope$1 = "scope";
147116const View = "view";
147117function isSignal(_) {
147118 return _ && _.signal;
147119}
147120function isExpr$1(_) {
147121 return _ && _.expr;
147122}

Callers 15

hasSignalFunction · 0.70
parseParameterFunction · 0.70
parameterValueFunction · 0.70
parseOverlapFunction · 0.70
analyzeFunction · 0.70
getSignFunction · 0.70
ifXFunction · 0.70
ifYFunction · 0.70
ifTopFunction · 0.70
ifRightFunction · 0.70
toExprFunction · 0.70
multFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected