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

Method resolve

www/js/_hyperscript-max.js:4047–4054  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected