Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ shutdown
Function
shutdown
code/ch3/blog-express/app.js:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
})
25
}
26
const
shutdown = () => {
27
server.close()
28
}
29
if
(require.main === module) {
30
boot()
31
}
else
{
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected