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

Method removeChild

src/ink/layout/yoga.ts:67–69  ·  view source on GitHub ↗
(child: LayoutNode)

Source from the content-addressed store, hash-verified

65 }
66
67 removeChild(child: LayoutNode): void {
68 this.yoga.removeChild((child as YogaLayoutNode).yoga)
69 }
70
71 getChildCount(): number {
72 return this.yoga.getChildCount()

Callers 7

removeChildNodeFunction · 0.45
_handleBoundaryFocusMethod · 0.45
_handleResizeMethod · 0.45
constructorMethod · 0.45
_refreshRowElementsMethod · 0.45
constructorMethod · 0.45
measureCursorPositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected