MCPcopy
hub / github.com/rrweb-io/rrweb / childNodes

Function childNodes

packages/utils/src/index.ts:201–203  ·  view source on GitHub ↗
(n: Node)

Source from the content-addressed store, hash-verified

199}
200
201export function childNodes(n: Node): NodeListOf<Node> {
202 return getUntaintedAccessor('Node', n, 'childNodes');
203}
204
205export function parentNode(n: Node): ParentNode | null {
206 return getUntaintedAccessor('Node', n, 'parentNode');

Callers

nothing calls this directly

Calls 1

getUntaintedAccessorFunction · 0.85

Tested by

no test coverage detected