MCPcopy Index your code
hub / github.com/coder/coder / connManager

Struct connManager

tailnet/test/integration/integration.go:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128var _ ServerStarter = SimpleServerOptions{}
129
130type connManager struct {
131 mu sync.Mutex
132 conns map[uuid.UUID]net.Conn
133}
134
135func (c *connManager) Add(id uuid.UUID, conn net.Conn) func() {
136 c.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected