Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ index
Method
index
internal/utils/sync/map_int.go:130–136 ·
view source on GitHub ↗
(k K)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
(this *IntMap[K, V]) index(k K) int {
131
var
index = int(k % K(this.count))
132
if
index < 0 {
133
index = -index
134
}
135
return
index
136
}
Callers
7
Put
Method · 0.95
PutCompact
Method · 0.95
Has
Method · 0.95
Get
Method · 0.95
GetOk
Method · 0.95
Delete
Method · 0.95
DeleteUnsafe
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected