MCPcopy Index your code
hub / github.com/codeaashu/claude-code / insertChild

Method insertChild

src/ink/layout/yoga.ts:63–65  ·  view source on GitHub ↗
(child: LayoutNode, index: number)

Source from the content-addressed store, hash-verified

61 // Tree
62
63 insertChild(child: LayoutNode, index: number): void {
64 this.yoga.insertChild((child as YogaLayoutNode).yoga, index)
65 }
66
67 removeChild(child: LayoutNode): void {
68 this.yoga.removeChild((child as YogaLayoutNode).yoga)

Callers 2

appendChildNodeFunction · 0.45
insertBeforeNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected