MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / errorKey

Function errorKey

options/parser/errors.go:97–100  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

95}
96
97func errorKey(key string) string {
98 k, _, _ := strings.Cut(strings.ReplaceAll(key, "_", "-"), ".")
99 return k
100}

Callers 1

newOptionArgumentErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected