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

Method shutdown

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

Source from the content-addressed store, hash-verified

504 }
505
506 shutdown(): void {
507 this.stopKeepAlive()
508 if (this.socket) {
509 this.socket.close()
510 }
511 }
512}

Callers 2

cleanupAndShutdownFunction · 0.80
apiMachine.test.tsFile · 0.80

Calls 2

stopKeepAliveMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected