Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ tree.js
File
tree.js
host/dom/src/main/tree.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* Selection, traversal, mutation, content, attrs, classes, dataset. */
2
3
export
default ({ alloc, node, allocList, cleanSubtree }) => ({
4
query: (sel) => alloc(document.querySelector(sel)),
Callers
nothing calls this directly
Calls
8
alloc
Function · 0.85
allocList
Function · 0.85
node
Function · 0.85
cleanSubtree
Function · 0.85
remove
Method · 0.80
from
Method · 0.80
add
Method · 0.80
contains
Method · 0.45
Tested by
no test coverage detected