MCPcopy
hub / github.com/MetaCubeX/mihomo / String

Function String

common/maphash/common.go:17–19  ·  view source on GitHub ↗
(seed Seed, s string)

Source from the content-addressed store, hash-verified

15}
16
17func String(seed Seed, s string) uint64 {
18 return maphash.String(seed, s)
19}

Callers 2

TestHashGroupingFunction · 0.85
benchmarkSizeFunction · 0.85

Calls 1

StringMethod · 0.65

Tested by 2

TestHashGroupingFunction · 0.68
benchmarkSizeFunction · 0.68