Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/paperwm/PaperWM
/ isScratchActive
Function
isScratchActive
scratch.js:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
export
function
isScratchActive() {
169
return
getScratchWindows().some(metaWindow => !metaWindow.minimized);
170
}
171
172
export
function
toggleScratch() {
173
if
(isScratchActive())
Callers
1
toggleScratch
Function · 0.85
Calls
1
getScratchWindows
Function · 0.85
Tested by
no test coverage detected