Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
253
func
IsErrBckNotFound(err error) bool {
254
_, ok := err.(*ErrBckNotFound)
255
return
ok
256
}
257
258
// ErrRemoteBucketOffline
259
Callers
4
jogBcks
Method · 0.92
httpbckdelete
Method · 0.92
initAndTry
Method · 0.92
IsErrBucketNought
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected