Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/paperwm/PaperWM
/ showWindows
Function
showWindows
scratch.js:231–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
}
230
231
export
function
showWindows() {
232
let
ws = getScratchWindows().filter(w => !w.minimized);
233
ws.forEach(Tiling.showWindow);
234
}
Callers
nothing calls this directly
Calls
1
getScratchWindows
Function · 0.85
Tested by
no test coverage detected