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

Function notFound

cli/command/utils.go:107–109  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

105func (invalidParameterErr) InvalidParameter() {}
106
107func notFound(err error) error {
108 return notFoundErr{err}
109}
110
111type notFoundErr struct{ error }
112

Callers 1

GetTLSDataMethod · 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…