MCPcopy Index your code
hub / github.com/darkreader/darkreader / start

Function start

tests/inject/support/echo-server.js:37–43  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

35 * @returns {Promise<void>}
36 */
37 function start() {
38 return new Promise((resolve) => {
39 server = http
40 .createServer(handleRequest)
41 .listen(port, () => resolve());
42 });
43 }
44
45 /**
46 * @returns {Promise<void> | undefined}

Callers 1

createEchoServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected