MCPcopy Create free account
hub / github.com/azat-co/practicalnode / shutdown

Function shutdown

code/ch8/rest-express/index.js:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74const shutdown = () => {
75 server.close(process.exit)
76}
77
78if (require.main === module) {
79 boot()

Callers 1

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected