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

Method resolveQuery

www/js/_hyperscript.esm.js:2513–2516  ·  view source on GitHub ↗
(root, css)

Source from the content-addressed store, hash-verified

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