- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for danglingPartErrsCount (0.07 seconds)
-
cmd/erasure-healing.go
notFoundCount++ default: // All other errors are non-actionable nonActionableCount++ } } return notFoundCount, nonActionableCount } func danglingPartErrsCount(results []int) (notFoundCount int, nonActionableCount int) { for _, partResult := range results { switch partResult { case checkPartSuccess: continue case checkPartFileNotFound: notFoundCount++Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.7K bytes - Click Count (0)