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

Method insertBefore

src/components/ComboBox/RNComboBox.ts:111–113  ·  view source on GitHub ↗
(child: QWidget<any>, beforeChild: QWidget<any>)

Source from the content-addressed store, hash-verified

109 throwUnsupported(this);
110 }
111 insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void {
112 throwUnsupported(this);
113 }
114 removeChild(child: QWidget<any>): void {
115 throwUnsupported(this);
116 }

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected