Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/paperwm/PaperWM
/ getWindows
Method
getWindows
tiling.js:879–881 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
877
}
878
879
getWindows() {
880
return
this.reduce((ws, column) => ws.concat(column), []);
881
}
882
883
getWindow(index, row) {
884
if
(row < 0 || index < 0 || index >= this.length)
Callers
15
init
Method · 0.95
layout
Method · 0.95
removeWindow
Method · 0.95
hasFullScreenWindow
Method · 0.95
moveDone
Method · 0.95
destroy
Method · 0.95
_dragDrfit
Method · 0.80
findTargetWindow
Function · 0.80
monitorsChanged
Method · 0.80
switchWorkspace
Method · 0.80
update
Method · 0.80
prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected