Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _ErasureAlgo_name (0.07 sec)

  1. cmd/xl-storage-format-v2_string.go

    	_ = x[ReedSolomon-1]
    	_ = x[lastErasureAlgo-2]
    }
    
    const _ErasureAlgo_name = "invalidErasureAlgoReedSolomonlastErasureAlgo"
    
    var _ErasureAlgo_index = [...]uint8{0, 18, 29, 44}
    
    func (i ErasureAlgo) String() string {
    	if i >= ErasureAlgo(len(_ErasureAlgo_index)-1) {
    		return "ErasureAlgo(" + strconv.FormatInt(int64(i), 10) + ")"
    	}
    	return _ErasureAlgo_name[_ErasureAlgo_index[i]:_ErasureAlgo_index[i+1]]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Dec 02 19:29:16 UTC 2021
    - 1.4K bytes
    - Viewed (0)
Back to top