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

Method resolveQuery

www/js/_hyperscript-max.js:2514–2517  ·  view source on GitHub ↗
(root, css)

Source from the content-addressed store, hash-verified

2512 }
2513 }
2514 resolveQuery(root, css) {
2515 if (this.reactivity.isTracking) this.reactivity.trackQuery(root);
2516 return root.querySelectorAll(css);
2517 }
2518 resolveAttribute(root, property) {
2519 if (this.reactivity.isTracking) this.reactivity.trackAttribute(root, property);
2520 return this.#flatGet(root, property, (root2, property2) => root2.getAttribute && root2.getAttribute(property2));

Callers 2

selectMatchesMethod · 0.45
resolveMethod · 0.45

Calls 1

trackQueryMethod · 0.45

Tested by

no test coverage detected