MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getChild

Method getChild

src/native-ts/yoga-layout/index.ts:533–535  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

531 }
532 }
533 getChild(index: number): Node {
534 return this.children[index]!
535 }
536 getChildCount(): number {
537 return this.children.length
538 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected