Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ever-co/ever-demand
/ build
Method
build
packages/common-angular/src/lib/socket.factory.ts:13–15 ·
view source on GitHub ↗
(socketUrl: string)
Source
from the content-addressed store, hash-verified
11
) {}
12
13
build(socketUrl: string): Socket {
14
return
new
Socket(socketUrl, this.io);
15
}
16
}
Callers
2
constructor
Method · 0.80
bootstrapNest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected