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

Method resolve

www/js/_hyperscript-max.js:5200–5205  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

5198 return new _AttributeRef(name, css, value);
5199 }
5200 resolve(context) {
5201 var target = context.you || context.me;
5202 if (target) {
5203 return context.meta.runtime.resolveAttribute(target, this.name);
5204 }
5205 }
5206 get lhs() {
5207 return {};
5208 }

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected