MCPcopy 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
343function stopLauncherHealthMonitor() {
344 if (launcherHealthTimer) {
345 clearInterval(launcherHealthTimer)
346 launcherHealthTimer = null
347 }
348}
349
350async function createMainWindow() {
351 await ensureLauncherReady()

Callers 1

main.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected