MCPcopy Create free account
hub / github.com/EvoMap/evolver / stop

Method stop

src/proxy/server/http.js:179–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 async stop() {
180 if (this.server) {
181 await new Promise((resolve) => this.server.close(resolve));
182 this.server = null;
183 }
184 clearSettings();
185 }
186
187 async _handleRequest(req, res) {
188 const authHeader = req.headers['authorization'] || '';

Callers

nothing calls this directly

Calls 2

clearSettingsFunction · 0.85
closeMethod · 0.80

Tested by

no test coverage detected