MCPcopy Create free account
hub / github.com/djherbis/socket / socket

Struct socket

socket.go:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type socket struct {
36 mu sync.RWMutex
37 *clientSocket
38 ns *namespace
39 rooms map[string]struct{}
40}
41
42func newSocket(ns *namespace, id string, t Transport) *socket {
43 return &socket{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected