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

Function isErrSkippable

cli/command/system/inspect.go:285–289  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

283}
284
285func isErrSkippable(err error) bool {
286 return errdefs.IsNotFound(err) ||
287 strings.Contains(err.Error(), "not supported") ||
288 strings.Contains(err.Error(), "invalid reference format")
289}

Callers 1

inspectAllFunction · 0.85

Calls 2

ContainsMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…