Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ shutdown
Function
shutdown
code/ch8/rest-express/index.js:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
const
shutdown = () => {
75
server.close(process.exit)
76
}
77
78
if
(require.main === module) {
79
boot()
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected