Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djherbis/socket
/ To
Method
To
socket.go:64–66 ·
view source on GitHub ↗
(room string)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(s *socket) To(room string) Emitter {
65
return
s.ns.To(room)
66
}
67
68
func
(s *socket) Request() *http.Request {
69
return
s.clientSocket.Request()
Callers
nothing calls this directly
Calls
1
To
Method · 0.65
Tested by
no test coverage detected