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

Function shouldIgnoreChild

src/reconciler/index.ts:13–14  ·  view source on GitHub ↗
(child: QObject<any>)

Source from the content-addressed store, hash-verified

11export const appContainer: AppContainer = new Set<QWidget<any>>();
12
13const shouldIgnoreChild = (child: QObject<any>) =>
14 child instanceof QSystemTrayIcon;
15
16const HostConfig: Reconciler.HostConfig<
17 string,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected