MCPcopy Index your code
hub / github.com/11ty/dev-server / close

Method close

cli.js:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 close() {
80 if(this.server) {
81 return this.server.close();
82 }
83 }
84}
85
86module.exports = {

Callers 3

cmd.jsFile · 0.45
testServer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected