Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
module.exports = {
Callers
3
cmd.js
File · 0.45
testServerRequests.js
File · 0.45
testServer.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected