Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
147115
const
Scope$1 =
"scope"
;
147116
const
View =
"view"
;
147117
function
isSignal(_) {
147118
return
_ && _.signal;
147119
}
147120
function
isExpr$1(_) {
147121
return
_ && _.expr;
147122
}
Callers
15
hasSignal
Function · 0.70
parseParameter
Function · 0.70
parameterValue
Function · 0.70
parseOverlap
Function · 0.70
analyze
Function · 0.70
getSign
Function · 0.70
ifX
Function · 0.70
ifY
Function · 0.70
ifTop
Function · 0.70
ifRight
Function · 0.70
toExpr
Function · 0.70
mult
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected