Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getChildCount
Method
getChildCount
src/ink/layout/yoga.ts:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
getChildCount(): number {
72
return
this.yoga.getChildCount()
73
}
74
75
getParent(): LayoutNode | null {
76
const
p = this.yoga.getParent()
Callers
2
appendChildNode
Function · 0.45
insertBeforeNode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected