Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
removeChildNode
Function · 0.45
_handleBoundaryFocus
Method · 0.45
_handleResize
Method · 0.45
constructor
Method · 0.45
_refreshRowElements
Method · 0.45
constructor
Method · 0.45
measureCursorPosition
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected