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

Method resolve

www/js/_hyperscript-max.js:4444–4446  ·  view source on GitHub ↗
(_ctx, { root: rootVal })

Source from the content-addressed store, hash-verified

4442 return new _AttributeRefAccess(root, attribute);
4443 }
4444 resolve(_ctx, { root: rootVal }) {
4445 return _ctx.meta.runtime.resolveAttribute(rootVal, this.attribute.name);
4446 }
4447 get lhs() {
4448 return { root: this.root };
4449 }

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected