MCPcopy Create free account
hub / github.com/microsoft/SandDance / parameterExpression

Function parameterExpression

docs/app/js/sanddance-app.js:146770–146772  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

146768 return this.expr.operator(this, expr);
146769 },
146770 parameterExpression (expr) {
146771 return this.expr.parameter(this, expr);
146772 },
146773 eventExpression (expr) {
146774 return this.expr.event(this, expr);
146775 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected