MCPcopy 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.jsFile · 0.85

Calls 1

getMainWindowFunction · 0.85

Tested by

no test coverage detected