MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / sendStatusToWindow

Function sendStatusToWindow

apps/client/src-electron/electron-main.ts:58–61  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

56let mainWindow: BrowserWindow | undefined;
57
58function sendStatusToWindow(text: string) {
59 log.info(text);
60 mainWindow?.webContents.send('message', text);
61}
62
63function createWindow() {
64 /**

Callers 1

electron-main.tsFile · 0.85

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected