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

Method resolve

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

Source from the content-addressed store, hash-verified

4102 return parser.parseElement("indirectExpression", propertyAccess);
4103 }
4104 resolve(context, { root: rootVal }) {
4105 return context.meta.runtime.resolveProperty(rootVal, this.prop.value);
4106 }
4107 get lhs() {
4108 return { root: this.root };
4109 }

Callers

nothing calls this directly

Calls 1

resolvePropertyMethod · 0.45

Tested by

no test coverage detected