Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for avrete (0.17 sec)

  1. cmd/metacache-entries.go

    		// Add all valid to candidates.
    		r.candidates = append(r.candidates, xl.versions)
    
    		// We select the first object we find as a candidate and see if all match that.
    		// This is to quickly identify if all agree.
    		if selected == nil {
    			selected = entry
    			objsAgree = 1
    			continue
    		}
    		// Names match, check meta...
    		if prefer, ok := entry.matches(selected, r.strict); ok {
    			selected = prefer
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 19 16:43:43 GMT 2024
    - 23.2K bytes
    - Viewed (0)
Back to top