Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ shutdown
Function
shutdown
code/ch7/blog-mongoose/app.js:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
})
127
}
128
const
shutdown =
function
() {
129
server.close(process.exit)
130
}
131
if
(require.main === module) {
132
boot()
133
}
else
{
Callers
1
rest-api.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected