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

Method insertBefore

src/components/Table/RNTable.ts:169–171  ·  view source on GitHub ↗
(child: RNTableItem, beforeChild: RNTableItem)

Source from the content-addressed store, hash-verified

167 this.appendInitialChild(child);
168 }
169 insertBefore(child: RNTableItem, beforeChild: RNTableItem): void {
170 this.appendInitialChild(child);
171 }
172 static tagName = "table";
173}

Callers

nothing calls this directly

Calls 1

appendInitialChildMethod · 0.95

Tested by

no test coverage detected