MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / HashKeyString

Function HashKeyString

internal/ttlcache/utils.go:9–11  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

7}
8
9func HashKeyString(key string) uint64 {
10 return xxhash.Sum64String(key)
11}

Callers 6

TestHashCollisionFunction · 0.92
BenchmarkHashKey_StringFunction · 0.92
WriteMethod · 0.85
IncreaseInt64Method · 0.85
ReadMethod · 0.85
DeleteMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestHashCollisionFunction · 0.74
BenchmarkHashKey_StringFunction · 0.74