Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getChildCount
Method
getChildCount
src/native-ts/yoga-layout/index.ts:536–538 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
534
return
this.children[index]!
535
}
536
getChildCount(): number {
537
return
this.children.length
538
}
539
getParent(): Node | null {
540
return
this.parent
541
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected