Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldSkip (0.04 sec)

  1. cmd/metacache-set.go

    		console.Debugf(format+"\n", data...)
    	}
    }
    
    func (o *listPathOptions) debugln(data ...any) {
    	if serverDebugLog {
    		console.Debugln(data...)
    	}
    }
    
    func (o *listPathOptions) shouldSkip(ctx context.Context, entry metaCacheEntry) (yes bool) {
    	if !o.IncludeDirectories && (entry.isDir() || (!o.Versioned && entry.isObjectDir() && entry.isLatestDeletemarker())) {
    		return true
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
Back to top