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

Method resolve

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

Source from the content-addressed store, hash-verified

4894 }
4895 }
4896 resolve(context) {
4897 var target = context.you || context.me;
4898 if (target) {
4899 if (this.variant === "computed") {
4900 return context.meta.runtime.resolveComputedStyle(target, this.name);
4901 } else {
4902 return context.meta.runtime.resolveStyle(target, this.name);
4903 }
4904 }
4905 }
4906 get lhs() {
4907 return {};
4908 }

Callers

nothing calls this directly

Calls 2

resolveComputedStyleMethod · 0.45
resolveStyleMethod · 0.45

Tested by

no test coverage detected