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

Method resolve

tools/common/_hyperscript.iife.js:4136–4138  ·  view source on GitHub ↗
(_ctx, { root: rootVal })

Source from the content-addressed store, hash-verified

4134 return new _AttributeRefAccess(root, attribute);
4135 }
4136 resolve(_ctx, { root: rootVal }) {
4137 return _ctx.meta.runtime.resolveAttribute(rootVal, this.attribute.name);
4138 }
4139 get lhs() {
4140 return { root: this.root };
4141 }

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected