MCPcopy Create free account
hub / github.com/zalando/skipper / hash

Function hash

logging/access.go:138–140  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

136}
137
138func hash(val string) uint64 {
139 return xxhash.Sum64String(val)
140}
141
142// LogAccess logs an access event in Apache combined log format (with a minor customization with the duration).
143// Additional allows to provide extra data that may be also logged, depending on the specific log format.

Callers 1

maskQueryParamsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…