MCPcopy Create free account
hub / github.com/eth-easl/dirigent / RemoveKey

Method RemoveKey

pkg/atomic_map/atomic_map.go:70–72  ·  view source on GitHub ↗
(key K)

Source from the content-addressed store, hash-verified

68}
69
70func (c *AtomicMap[K, V]) RemoveKey(key K) {
71 c.Delete(key)
72}
73
74func (c *AtomicMap[K, V]) Len() int {
75 return len(c.Keys())

Calls 1

DeleteMethod · 0.80