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

Method Error

dbdriver/api.go:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (e *ErrNotFound) Error() string {
75 return fmt.Sprintf("%s %q not found", e.collection, e.key)
76}
77
78func IsErrNotFound(err error) bool {
79 _, ok := err.(*ErrNotFound)

Callers 11

ToNotifMsgMethod · 0.45
downloadMethod · 0.45
dispatchDownloadMethod · 0.45
ProxyStartSortHandlerFunction · 0.45
makeRecvRequestFuncMethod · 0.45
abortMethod · 0.45
podTransformTimeoutFunction · 0.45
CheckErrorFunction · 0.45
_execFunction · 0.45
isClusterK8sFunction · 0.45
InitLocalClusterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected