stop()
in
server.js [85:89]
5
lines of code
2
McCabe index (conditional complexity)
stop() { if (this.listening) { this.server.close(); } }