MCPcopy
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

getStableIdMethod · 0.45
getFocusedMethod · 0.45
claimChatMethod · 0.45
releaseChatMethod · 0.45
focusChatOwnerMethod · 0.45
getChatOwnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected