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

Method resolveQuery

src/core/runtime/runtime.js:504–507  ·  view source on GitHub ↗
(root, css)

Source from the content-addressed store, hash-verified

502 }
503
504 resolveQuery(root, css) {
505 if (this.reactivity.isTracking) this.reactivity.trackQuery(root);
506 return root.querySelectorAll(css);
507 }
508
509 resolveAttribute(root, property) {
510 if (this.reactivity.isTracking) this.reactivity.trackAttribute(root, property);

Callers 2

selectMatchesMethod · 0.45
resolveMethod · 0.45

Calls 1

trackQueryMethod · 0.45

Tested by

no test coverage detected