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

Method resolve

tools/common/_hyperscript.iife.js:4858–4863  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

4856 return new _AttributeRef(name, css, value);
4857 }
4858 resolve(context) {
4859 var target = context.you || context.me;
4860 if (target) {
4861 return context.meta.runtime.resolveAttribute(target, this.name);
4862 }
4863 }
4864 get lhs() {
4865 return {};
4866 }

Callers

nothing calls this directly

Calls 1

resolveAttributeMethod · 0.45

Tested by

no test coverage detected