MCPcopy 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
64func (s *socket) To(room string) Emitter {
65 return s.ns.To(room)
66}
67
68func (s *socket) Request() *http.Request {
69 return s.clientSocket.Request()

Callers

nothing calls this directly

Calls 1

ToMethod · 0.65

Tested by

no test coverage detected