Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ _queryEltAndDescendants
Function
_queryEltAndDescendants
src/core/runtime/morph.js:256–260 ·
view source on GitHub ↗
(elt, selector)
Source
from the content-addressed store, hash-verified
254
}
255
256
function
_queryEltAndDescendants(elt, selector) {
257
var
results = [...(elt.querySelectorAll?.(selector) ?? [])];
258
if
(elt.matches?.(selector)) results.unshift(elt);
259
return
results;
260
}
Callers
1
_createIdMaps
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected