MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / appendChild

Method appendChild

src/components/Table/RNTable.ts:166–168  ·  view source on GitHub ↗
(child: RNTableItem)

Source from the content-addressed store, hash-verified

164 this.setItem(cellPosition[0], cellPosition[1], child);
165 }
166 appendChild(child: RNTableItem): void {
167 this.appendInitialChild(child);
168 }
169 insertBefore(child: RNTableItem, beforeChild: RNTableItem): void {
170 this.appendInitialChild(child);
171 }

Callers

nothing calls this directly

Calls 1

appendInitialChildMethod · 0.95

Tested by

no test coverage detected