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

Method resolve

www/js/_hyperscript-max.js:5238–5247  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveComputedStyleMethod · 0.45
resolveStyleMethod · 0.45

Tested by

no test coverage detected