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

Function NewInMemory

coderd/database/pubsub/pubsub_memory.go:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func NewInMemory() Pubsub {
91 return &MemoryPubsub{
92 listeners: make(map[string]map[uuid.UUID]genericListener),
93 }
94}

Calls

no outgoing calls