Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for pickLatestQuorumFilesInfo (0.12 seconds)

  1. cmd/erasure-object.go

    			if err != nil {
    				return err
    			}
    			rawFileInfos[index] = rf
    			return nil
    		}, index)
    	}
    
    	return rawFileInfos, g.Wait()
    }
    
    func pickLatestQuorumFilesInfo(ctx context.Context, rawFileInfos []RawFileInfo, errs []error, bucket, object string, readData, inclFreeVers bool) ([]FileInfo, []error) {
    	metadataArray := make([]*xlMetaV2, len(rawFileInfos))
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:31 GMT 2025
    - 80.4K bytes
    - Click Count (0)
Back to Top