MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / resolve

Method resolve

www/js/_hyperscript.esm.js:5105–5111  ·  view source on GitHub ↗
(context, { expr } = {})

Source from the content-addressed store, hash-verified

5103 }
5104 }
5105 resolve(context, { expr } = {}) {
5106 if (this.variant === "template") {
5107 return new ElementCollection("." + expr, context.me, true, context.meta.runtime);
5108 } else {
5109 return new ElementCollection(this.css, context.me, true, context.meta.runtime);
5110 }
5111 }
5112 get lhs() {
5113 return {};
5114 }

Callers 1

setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected