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

Method appendChild

packages/rrdom-nodejs/src/document-nodejs.ts:225–227  ·  view source on GitHub ↗
(newChild: BaseRRNode)

Source from the content-addressed store, hash-verified

223 }
224
225 appendChild(newChild: BaseRRNode): BaseRRNode {
226 return super.appendChild(newChild) as BaseRRNode;
227 }
228
229 insertBefore(newChild: BaseRRNode, refChild: BaseRRNode | null): BaseRRNode {
230 return super.insertBefore(newChild, refChild) as BaseRRNode;

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.65

Tested by

no test coverage detected