MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / resolve

Method resolve

www/js/_hyperscript-max.js:4376–4378  ·  view source on GitHub ↗
(context, { root: rootVal })

Source from the content-addressed store, hash-verified

4374 return parser.parseElement("indirectExpression", asExpr);
4375 }
4376 resolve(context, { root: rootVal }) {
4377 return context.meta.runtime.convertValue(rootVal, this.conversion);
4378 }
4379 };
4380 var FunctionCall = class _FunctionCall extends Expression {
4381 static grammarName = "functionCall";

Callers

nothing calls this directly

Calls 1

convertValueMethod · 0.45

Tested by

no test coverage detected