Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/21st-dev/1code
/ count
Method
count
src/main/windows/window-manager.ts:124–126 ·
view source on GitHub ↗
* Get the number of windows
()
Source
from the content-addressed store, hash-verified
122
* Get the number of windows
123
*/
124
count(): number {
125
return
this.windows.size
126
}
127
128
/**
129
* Find window by webContents ID
Callers
1
createWindow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected