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

Method resolve

www/js/_hyperscript-max.js:4105–4107  ·  view source on GitHub ↗
(context, { root: rootVal })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolvePropertyMethod · 0.45

Tested by

no test coverage detected