MCPcopy
hub / github.com/docker/compose / IsErrCanceled

Function IsErrCanceled

pkg/api/errors.go:86–88  ·  pkg/api/errors.go::IsErrCanceled

IsErrCanceled returns true if the unwrapped error is ErrCanceled

(err error)

Source from the content-addressed store, hash-verified

84
85// IsErrCanceled returns true if the unwrapped error is ErrCanceled
86func IsErrCanceled(err error) bool {
87 return errors.Is(err, ErrCanceled)
88}

Callers 1

AdaptCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected