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

Method resolve

www/js/_hyperscript.esm.js:5199–5204  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected