MCPcopy Create free account
hub / github.com/docker/compose / IsErrNotImplemented

Function IsErrNotImplemented

pkg/api/errors.go:76–78  ·  view source on GitHub ↗

IsErrNotImplemented returns true if the unwrapped error is ErrNotImplemented

(err error)

Source from the content-addressed store, hash-verified

74
75// IsErrNotImplemented returns true if the unwrapped error is ErrNotImplemented
76func IsErrNotImplemented(err error) bool {
77 return errors.Is(err, ErrNotImplemented)
78}
79
80// IsErrParsingFailed returns true if the unwrapped error is ErrParsingFailed
81func IsErrParsingFailed(err error) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected