Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
func
(c *AtomicMap[K, V]) RemoveKey(key K) {
71
c.Delete(key)
72
}
73
74
func
(c *AtomicMap[K, V]) Len() int {
75
return
len(c.Keys())
Callers
3
TestAtomicMap_AtomicDelete
Function · 0.80
TestAtomicMap_AvailableAfterDelete
Function · 0.80
TestAtomicMap_MultipleThreads
Function · 0.80
Calls
1
Delete
Method · 0.80
Tested by
3
TestAtomicMap_AtomicDelete
Function · 0.64
TestAtomicMap_AvailableAfterDelete
Function · 0.64
TestAtomicMap_MultipleThreads
Function · 0.64