Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Store
Method
Store
coderd/util/syncmap/map.go:18–20 ·
view source on GitHub ↗
(k K, v V)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(m *Map[K, V]) Store(k K, v V) {
19
m.m.Store(k, v)
20
}
21
22
//nolint:forcetypeassert
23
func
(m *Map[K, V]) Load(key K) (value V, ok bool) {
Callers
15
RegisterInMemoryAIBridgedHTTPHandler
Method · 0.45
New
Function · 0.45
TestWorkspaceAgent_Metadata_CatchMemoryLeak
Function · 0.45
TestWorkspaceAgent_UpdatedDERP
Function · 0.45
TestUserOAuth2Github
Function · 0.45
TestUpdateChatModelConfig
Function · 0.45
TestManualTitleEndpointsPassCallerAPIKeyToAIGateway
Function · 0.45
TestChatSystemPrompt
Function · 0.45
TestChatStartWorkspace_RequireActiveVersion
Function · 0.45
TestChatStopWorkspace_BypassesRequireActiveVersion
Function · 0.45
debugDeploymentHealth
Method · 0.45
debugCollectProfile
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestWorkspaceAgent_Metadata_CatchMemoryLeak
Function · 0.36
TestWorkspaceAgent_UpdatedDERP
Function · 0.36
TestUserOAuth2Github
Function · 0.36
TestUpdateChatModelConfig
Function · 0.36
TestManualTitleEndpointsPassCallerAPIKeyToAIGateway
Function · 0.36
TestChatSystemPrompt
Function · 0.36
TestChatStartWorkspace_RequireActiveVersion
Function · 0.36
TestChatStopWorkspace_BypassesRequireActiveVersion
Function · 0.36
TestWatchChatGit
Function · 0.36
TestWatchAgentContainers
Function · 0.36
TestPatchTemplateMeta
Function · 0.36
TestAgentConnectionMonitor_PingTimeout
Function · 0.36