MCPcopy 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
32func (m *Map[K, V]) Delete(key K) {
33 m.m.Delete(key)
34}
35
36//nolint:forcetypeassert
37func (m *Map[K, V]) LoadAndDelete(key K) (actual V, loaded bool) {

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected