Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ shutdown
Function
shutdown
code/ch6/blog-password/app.js:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
})
98
}
99
const
shutdown =
function
() {
100
server.close(process.exit)
101
}
102
if
(require.main === module) {
103
boot()
104
}
else
{
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected