MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / clearKeepAliveInterval

Function clearKeepAliveInterval

apps/cli/src/commands/cli/run.ts:363–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 const clearKeepAliveInterval = () => {
364 if (!keepAliveInterval) {
365 return
366 }
367
368 clearInterval(keepAliveInterval)
369 keepAliveInterval = undefined
370 }
371
372 const flushStdout = async () => {
373 try {

Callers 1

shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected