MCPcopy
hub / github.com/paperwm/PaperWM / getWindow

Method getWindow

tiling.js:883–891  ·  view source on GitHub ↗
(index, row)

Source from the content-addressed store, hash-verified

881 }
882
883 getWindow(index, row) {
884 if (row < 0 || index < 0 || index >= this.length)
885 return false;
886
887 let column = this[index];
888 if (row >= column.length)
889 return false;
890 return column[row];
891 }
892
893 isWindowAtPoint(metaWindow, x, y) {
894 let clone = metaWindow.clone;

Callers 5

switchLinearMethod · 0.95
findTargetWindowFunction · 0.80
switchMethod · 0.80
switchGlobalMethod · 0.80
gotoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected