Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
connectToServer() {
2
// faking an event emitter attached to a server-event stream
3
return
evtEmitter;
4
}
5
6
7
// ***********************************
Callers
1
stock-ticker-events.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected