Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for invalidErasureAlgoReedSolomonlastErasureAlgo (0.27 sec)

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

    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[invalidErasureAlgo-0]
    	_ = 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) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Dec 02 19:29:16 GMT 2021
    - 1.4K bytes
    - Viewed (0)
Back to top