Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/socketstream/socketstream
/ http
Function
http
lib/websocket/transport.js:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
return
{
13
get http() {
14
return
active? active.http: null;
15
},
16
get ws() {
17
return
active? active.ws: null;
18
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected