MCPcopy Index your code
hub / github.com/codeaashu/claude-code / removeChildFromContainer

Function removeChildFromContainer

src/ink/reconciler.ts:420–424  ·  view source on GitHub ↗
(node: DOMElement, removeNode: DOMElement)

Source from the content-addressed store, hash-verified

418 appendChildToContainer: appendChildNode,
419 insertInContainerBefore: insertBeforeNode,
420 removeChildFromContainer(node: DOMElement, removeNode: DOMElement): void {
421 removeChildNode(node, removeNode)
422 cleanupYogaNode(removeNode)
423 getFocusManager(node).handleNodeRemoved(removeNode, node)
424 },
425 // React 19 commitUpdate receives old and new props directly instead of an updatePayload
426 commitUpdate(
427 node: DOMElement,

Callers

nothing calls this directly

Calls 4

removeChildNodeFunction · 0.85
cleanupYogaNodeFunction · 0.85
getFocusManagerFunction · 0.85
handleNodeRemovedMethod · 0.80

Tested by

no test coverage detected