MCPcopy 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}
128const shutdown = function () {
129 server.close(process.exit)
130}
131if (require.main === module) {
132 boot()
133} else {

Callers 1

rest-api.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected