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

Method resolve

www/js/_hyperscript.esm.js:4046–4053  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

4044 }
4045 }
4046 resolve(context) {
4047 return context.meta.runtime.resolveSymbol(
4048 this.name,
4049 context,
4050 this.scope,
4051 this.targetExpr ? this.targetExpr.evaluate(context) : null
4052 );
4053 }
4054 get lhs() {
4055 return {};
4056 }

Callers

nothing calls this directly

Calls 2

resolveSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected