- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isUserInfoEqual (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/site-replication.go
return false } // check if policies match between sites var prev madmin.UserInfo for i, ui := range uis { if i == 0 { prev = ui continue } if !isUserInfoEqual(prev, ui) { return false } } return true } func isGroupDescReplicated(cntReplicated, total int, gds []madmin.GroupDesc) bool { if cntReplicated > 0 && cntReplicated != total {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 184.8K bytes - Click Count (1)