MCPcopy 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}
99const shutdown = function () {
100 server.close(process.exit)
101}
102if (require.main === module) {
103 boot()
104} else {

Callers 1

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected