Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ handlerExpression
Function
handlerExpression
docs/app/js/sanddance-app.js:146776–146778 ·
view source on GitHub ↗
(expr)
Source
from the content-addressed store, hash-verified
146774
return
this.expr.event(this, expr);
146775
},
146776
handlerExpression (expr) {
146777
return
this.expr.handler(this, expr);
146778
},
146779
encodeExpression (encode) {
146780
return
this.expr.encode(this, encode);
146781
},
Callers
nothing calls this directly
Calls
1
handler
Method · 0.45
Tested by
no test coverage detected