Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
278
func
isErrNotImplemented(err error) bool {
279
return
minio.ToErrorResponse(err).Code == minio.NotImplemented
280
}
281
282
func
isRunOnFail() bool {
283
return
os.Getenv(
"RUN_ON_FAIL"
) ==
"1"
Callers
1
logError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected