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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolvePropertyMethod · 0.45

Tested by

no test coverage detected