Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ indexForKey
Method
indexForKey
internal/caches/partial_ranges_queue.go:142–144 ·
view source on GitHub ↗
(filename string)
Source
from the content-addressed store, hash-verified
140
}
141
142
func
(this *PartialRangesQueue) indexForKey(filename string) int {
143
return
int(fnv.HashString(filename) % partialRangesQueueSharding)
144
}
Callers
4
Put
Method · 0.95
Get
Method · 0.95
Delete
Method · 0.95
Dump
Method · 0.95
Calls
1
HashString
Function · 0.92
Tested by
no test coverage detected