Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/21st-dev/1code
/ getAllWindows
Function
getAllWindows
src/main/windows/main.ts:585–587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
* Get all windows
584
*/
585
export
function
getAllWindows(): BrowserWindow[] {
586
return
windowManager.getAll()
587
}
588
589
/**
590
* Read window frame preference from settings file (Windows only)
Callers
3
handleAuthCode
Function · 0.90
index.ts
File · 0.90
sendToAllRenderers
Function · 0.85
Calls
1
getAll
Method · 0.45
Tested by
no test coverage detected