Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
90
func
NewInMemory() Pubsub {
91
return
&MemoryPubsub{
92
listeners: make(
map
[string]
map
[uuid.UUID]genericListener),
93
}
94
}
Callers
15
Test_logFollower_completeBeforeFollow
Function · 0.92
Test_logFollower_completeBeforeSubscribe
Function · 0.92
Test_logFollower_EndOfLogs
Function · 0.92
TestTracker_MultipleInstances
Function · 0.92
TestUpdateStats
Function · 0.92
TestBatchUpdateMetadata
Function · 0.92
TestPubsubWorkspaceClaimPublisher
Function · 0.92
TestPubsubWorkspaceClaimListener
Function · 0.92
TestAcquirer_Single
Function · 0.92
TestAcquirer_MultipleSameDomain
Function · 0.92
TestAcquirer_WaitsOnNoJobs
Function · 0.92
TestAcquirer_RetriesPending
Function · 0.92
Calls
no outgoing calls
Tested by
15
Test_logFollower_completeBeforeFollow
Function · 0.74
Test_logFollower_completeBeforeSubscribe
Function · 0.74
Test_logFollower_EndOfLogs
Function · 0.74
TestTracker_MultipleInstances
Function · 0.74
TestUpdateStats
Function · 0.74
TestBatchUpdateMetadata
Function · 0.74
TestPubsubWorkspaceClaimPublisher
Function · 0.74
TestPubsubWorkspaceClaimListener
Function · 0.74
TestAcquirer_Single
Function · 0.74
TestAcquirer_MultipleSameDomain
Function · 0.74
TestAcquirer_WaitsOnNoJobs
Function · 0.74
TestAcquirer_RetriesPending
Function · 0.74