MCPcopy
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

initMethod · 0.95
layoutMethod · 0.95
removeWindowMethod · 0.95
hasFullScreenWindowMethod · 0.95
moveDoneMethod · 0.95
destroyMethod · 0.95
_dragDrfitMethod · 0.80
findTargetWindowFunction · 0.80
monitorsChangedMethod · 0.80
switchWorkspaceMethod · 0.80
updateMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected