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

TypeAlias TaskErrByName

downloader/api.go:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289type TaskErrByName []TaskErrInfo
290
291func (t TaskErrByName) Len() int { return len(t) }
292func (t TaskErrByName) Swap(i, j int) { t[i], t[j] = t[j], t[i] }

Callers 1

handleStatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected