MCPcopy Create free account
hub / github.com/tiann/hapi / stopKeepAlive

Method stopKeepAlive

cli/src/api/apiMachine.ts:499–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

497 }
498
499 private stopKeepAlive(): void {
500 if (this.keepAliveInterval) {
501 clearInterval(this.keepAliveInterval)
502 this.keepAliveInterval = null
503 }
504 }
505
506 shutdown(): void {
507 this.stopKeepAlive()

Callers 11

connectMethod · 0.95
startKeepAliveMethod · 0.95
shutdownMethod · 0.95
runGeminiFunction · 0.80
runCursorFunction · 0.80
runOpencodeFunction · 0.80
runCodexFunction · 0.80
cleanupFunction · 0.80
loop.test.tsFile · 0.80
runClaudeFunction · 0.80
runKimiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected