- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldSkip (0.04 sec)
-
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)