MCPcopy 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
3export default ({ alloc, node, allocList, cleanSubtree }) => ({
4 query: (sel) => alloc(document.querySelector(sel)),

Callers

nothing calls this directly

Calls 8

allocFunction · 0.85
allocListFunction · 0.85
nodeFunction · 0.85
cleanSubtreeFunction · 0.85
removeMethod · 0.80
fromMethod · 0.80
addMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected