Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Delete
Method
Delete
coderd/util/syncmap/map.go:32–34 ·
view source on GitHub ↗
(key K)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(m *Map[K, V]) Delete(key K) {
33
m.m.Delete(key)
34
}
35
36
//nolint:forcetypeassert
37
func
(m *Map[K, V]) LoadAndDelete(key K) (actual V, loaded bool) {
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected