Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
let
mainWindow: BrowserWindow | undefined;
57
58
function
sendStatusToWindow(text: string) {
59
log.info(text);
60
mainWindow?.webContents.send(
'message'
, text);
61
}
62
63
function
createWindow() {
64
/**
Callers
1
electron-main.ts
File · 0.85
Calls
1
send
Method · 0.80
Tested by
no test coverage detected