MCPcopy Index your code
hub / github.com/21st-dev/1code / getAll

Method getAll

src/main/windows/window-manager.ts:117–119  ·  view source on GitHub ↗

* Get all windows

()

Source from the content-addressed store, hash-verified

115 * Get all windows
116 */
117 getAll(): BrowserWindow[] {
118 return Array.from(this.windows.values()).filter((w) => !w.isDestroyed())
119 }
120
121 /**
122 * Get the number of windows

Callers 3

registerIpcHandlersFunction · 0.45
showLoginPageFunction · 0.45
getAllWindowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected