MCPcopy 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

appendChildNodeFunction · 0.45
insertBeforeNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected