MCPcopy
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 */
585export function getAllWindows(): BrowserWindow[] {
586 return windowManager.getAll()
587}
588
589/**
590 * Read window frame preference from settings file (Windows only)

Callers 3

handleAuthCodeFunction · 0.90
index.tsFile · 0.90
sendToAllRenderersFunction · 0.85

Calls 1

getAllMethod · 0.45

Tested by

no test coverage detected