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

Method appendChild

src/components/Tab/RNTab.ts:52–54  ·  view source on GitHub ↗
(child: RNTabItem)

Source from the content-addressed store, hash-verified

50 }
51 }
52 appendChild(child: RNTabItem): void {
53 this.appendInitialChild(child);
54 }
55 insertBefore(child: RNTabItem, beforeChild: RNTabItem): void {
56 if (!(child instanceof RNTabItem)) {
57 throw new Error("Children of tab should be of type TabItem");

Callers 2

index.tsFile · 0.45
TalksFunction · 0.45

Calls 1

appendInitialChildMethod · 0.95

Tested by

no test coverage detected