Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xcaff/codex-web
/ constructor
Method
constructor
src/server/electron/index.ts:509–511 ·
view source on GitHub ↗
(...args: unknown[])
Source
from the content-addressed store, hash-verified
507
!BrowserWindow.focusedWindow.destroyed
508
) {
509
return
BrowserWindow.focusedWindow;
510
}
511
return
BrowserWindow.getAllWindows()[0] ?? null;
512
}
513
514
static fromWebContents(
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected