Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
const
appContainer: AppContainer =
new
Set<QWidget<any>>();
12
13
const
shouldIgnoreChild = (child: QObject<any>) =>
14
child instanceof QSystemTrayIcon;
15
16
const
HostConfig: Reconciler.HostConfig<
17
string,
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected