MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / node

Function node

host/dom/src/main/state.js:26–31  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

24 };
25
26 const node = (h) => {
27 if (h < 0 || h >= nodes.length || nodes[h] === null) {
28 throw new Error('invalid DOM node handle: ' + h);
29 }
30 return nodes[h];
31 };
32
33 const allocList = (list) => {
34 if (!list || list.length === 0) return '';

Callers 8

animations.jsFile · 0.85
media.jsFile · 0.85
forms.jsFile · 0.85
style.jsFile · 0.85
platform.jsFile · 0.85
tree.jsFile · 0.85
events.jsFile · 0.85
observers.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected