MCPcopy 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}
26const shutdown = () => {
27 server.close()
28}
29if (require.main === module) {
30 boot()
31} else {

Callers 1

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected