Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cleanupAndShutdown
Function · 0.80
apiMachine.test.ts
File · 0.80
Calls
2
stopKeepAlive
Method · 0.95
close
Method · 0.65
Tested by
no test coverage detected