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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected