MCPcopy
hub / github.com/NVIDIA/aistore / IsErrBckNotFound

Function IsErrBckNotFound

cmn/err.go:253–256  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

251}
252
253func IsErrBckNotFound(err error) bool {
254 _, ok := err.(*ErrBckNotFound)
255 return ok
256}
257
258// ErrRemoteBucketOffline
259

Callers 4

jogBcksMethod · 0.92
httpbckdeleteMethod · 0.92
initAndTryMethod · 0.92
IsErrBucketNoughtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected