Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/21st-dev/1code
/ get
Method
get
src/main/windows/window-manager.ts:92–94 ·
view source on GitHub ↗
* Get a window by ID
(id: number)
Source
from the content-addressed store, hash-verified
90
* Get a window by ID
91
*/
92
get(id: number): BrowserWindow | undefined {
93
return
this.windows.get(id)
94
}
95
96
/**
97
* Get the currently focused window
Callers
6
getStableId
Method · 0.45
getFocused
Method · 0.45
claimChat
Method · 0.45
releaseChat
Method · 0.45
focusChatOwner
Method · 0.45
getChatOwner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected