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

Method resolve

tools/common/_hyperscript.iife.js:4068–4070  ·  view source on GitHub ↗
(context, { root: rootVal })

Source from the content-addressed store, hash-verified

4066 return parser.parseElement("indirectExpression", asExpr);
4067 }
4068 resolve(context, { root: rootVal }) {
4069 return context.meta.runtime.convertValue(rootVal, this.conversion);
4070 }
4071 };
4072 var FunctionCall = class _FunctionCall extends Expression {
4073 static grammarName = "functionCall";

Callers

nothing calls this directly

Calls 1

convertValueMethod · 0.45

Tested by

no test coverage detected