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

Method resolve

www/js/_hyperscript.js:5239–5248  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveComputedStyleMethod · 0.45
resolveStyleMethod · 0.45

Tested by

no test coverage detected