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

Method resolve

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

Source from the content-addressed store, hash-verified

3822 return parser.parseElement("indirectExpression", propertyAccess);
3823 }
3824 resolve(context, { root: rootVal }) {
3825 return context.meta.runtime.resolveProperty(rootVal, this.prop.value);
3826 }
3827 get lhs() {
3828 return { root: this.root };
3829 }

Callers

nothing calls this directly

Calls 1

resolvePropertyMethod · 0.45

Tested by

no test coverage detected