MCPcopy Create free account
hub / github.com/docker/cli / invalidParamf

Function invalidParamf

internal/registry/errors.go:29–31  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

27}
28
29func invalidParamf(format string, args ...any) error {
30 return invalidParameterErr{fmt.Errorf(format, args...)}
31}
32
33type unauthorizedErr struct{ error }
34

Callers 2

validateHostPortFunction · 0.70
loadTLSConfigFunction · 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…