Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/truelockmc/streambert
/ notifyMain
Function
notifyMain
index.js:447–450 ·
view source on GitHub ↗
(channel)
Source
from the content-addressed store, hash-verified
445
});
446
447
const
notifyMain = (channel) => {
448
const
mw = getMainWindow();
449
if
(mw && !mw.isDestroyed()) mw.webContents.send(channel);
450
};
451
452
pipWindow.on(
"closed"
, () => {
453
pipWindow = null;
Callers
1
index.js
File · 0.85
Calls
1
getMainWindow
Function · 0.85
Tested by
no test coverage detected