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

Method resolve

www/js/_hyperscript.esm.js:4443–4445  ·  view source on GitHub ↗
(_ctx, { root: rootVal })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected