MCPcopy
hub / github.com/getify/Functional-Light-JS / connectToServer

Function connectToServer

ch11-code/mock-server.js:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function connectToServer() {
2 // faking an event emitter attached to a server-event stream
3 return evtEmitter;
4}
5
6
7// ***********************************

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected