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

Method resolve

www/js/_hyperscript.js:5201–5206  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected