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

Method resolve

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

Source from the content-addressed store, hash-verified

5235 }
5236 }
5237 resolve(context) {
5238 var target = context.you || context.me;
5239 if (target) {
5240 if (this.variant === "computed") {
5241 return context.meta.runtime.resolveComputedStyle(target, this.name);
5242 } else {
5243 return context.meta.runtime.resolveStyle(target, this.name);
5244 }
5245 }
5246 }
5247 get lhs() {
5248 return {};
5249 }

Callers

nothing calls this directly

Calls 2

resolveComputedStyleMethod · 0.45
resolveStyleMethod · 0.45

Tested by

no test coverage detected