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

Function newQueueSet

coderd/database/pubsub/pubsub.go:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func newQueueSet() *queueSet {
205 return &queueSet{
206 m: make(map[*MsgQueue]struct{}),
207 }
208}
209
210// PGPubsub is a pubsub implementation using PostgreSQL.
211type PGPubsub struct {

Callers 1

subscribeQueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected