- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for danglingPartErrsCount (0.07 sec)
-
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++Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 34.7K bytes - Viewed (0)