MCPcopy
hub / github.com/minio/minio-go / isErrNotImplemented

Function isErrNotImplemented

functional_tests.go:278–280  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

276}
277
278func isErrNotImplemented(err error) bool {
279 return minio.ToErrorResponse(err).Code == minio.NotImplemented
280}
281
282func isRunOnFail() bool {
283 return os.Getenv("RUN_ON_FAIL") == "1"

Callers 2

logErrorFunction · 0.85
testObjectAnnotationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected