Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/paperwm/PaperWM
/ hasPrevTargetX
Method
hasPrevTargetX
tiling.js:3846–3848 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3844
}
3845
3846
hasPrevTargetX() {
3847
return
this.prevTargetX?.size > 0;
3848
}
3849
3850
getPrevSpaceByUUID(uuid) {
3851
return
[...this.prevSpaces.values()].find(s => uuid === s.uuid);
Callers
1
monitorsChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected