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

Method resolve

www/js/_hyperscript.js:4377–4379  ·  view source on GitHub ↗
(context, { root: rootVal })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

convertValueMethod · 0.45

Tested by

no test coverage detected