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

Function _queryEltAndDescendants

tools/common/_hyperscript.iife.js:3588–3592  ·  view source on GitHub ↗
(elt, selector)

Source from the content-addressed store, hash-verified

3586 }
3587 }
3588 function _queryEltAndDescendants(elt, selector) {
3589 var results = [...elt.querySelectorAll?.(selector) ?? []];
3590 if (elt.matches?.(selector)) results.unshift(elt);
3591 return results;
3592 }
3593
3594 // src/parsetree/expressions/expressions.js
3595 var expressions_exports = {};

Callers 1

_createIdMapsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected