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

Function encodeExpression

docs/app/js/sanddance-app.js:146779–146781  ·  view source on GitHub ↗
(encode)

Source from the content-addressed store, hash-verified

146777 return this.expr.handler(this, expr);
146778 },
146779 encodeExpression (encode) {
146780 return this.expr.encode(this, encode);
146781 },
146782 // parse methods
146783 parse,
146784 parseOperator,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected