Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/paperwm/PaperWM
/ rowOf
Method
rowOf
tiling.js:1324–1327 ·
view source on GitHub ↗
(metaWindow)
Source
from the content-addressed store, hash-verified
1322
}
1323
1324
rowOf(metaWindow) {
1325
let
column = this[this.indexOf(metaWindow)];
1326
return
column.indexOf(metaWindow);
1327
}
1328
1329
globalToViewport(gx, gy) {
1330
let
[, vx, vy] = this.actor.transform_stage_point(gx, gy);
Callers
1
tileInto
Function · 0.80
Calls
1
indexOf
Method · 0.95
Tested by
no test coverage detected