Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ stopLauncherHealthMonitor
Function
stopLauncherHealthMonitor
desktop/main.mjs:343–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
}
342
343
function
stopLauncherHealthMonitor() {
344
if
(launcherHealthTimer) {
345
clearInterval(launcherHealthTimer)
346
launcherHealthTimer = null
347
}
348
}
349
350
async
function
createMainWindow() {
351
await
ensureLauncherReady()
Callers
1
main.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected