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

Method resolveQuery

www/js/_hyperscript.js:2515–2518  ·  view source on GitHub ↗
(root, css)

Source from the content-addressed store, hash-verified

2513 }
2514 }
2515 resolveQuery(root, css) {
2516 if (this.reactivity.isTracking) this.reactivity.trackQuery(root);
2517 return root.querySelectorAll(css);
2518 }
2519 resolveAttribute(root, property) {
2520 if (this.reactivity.isTracking) this.reactivity.trackAttribute(root, property);
2521 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