Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ DeleteUnsafe
Method
DeleteUnsafe
internal/utils/sync/map_int.go:95–98 ·
view source on GitHub ↗
(k K)
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(this *IntMap[K, V]) DeleteUnsafe(k K) {
96
var
index = this.index(k)
97
delete(this.m[index], k)
98
}
99
100
func
(this *IntMap[K, V]) Len() int {
101
var
l int
Callers
1
TestIntMap_ForEachWrite
Function · 0.80
Calls
1
index
Method · 0.95
Tested by
1
TestIntMap_ForEachWrite
Function · 0.64