Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewMapOf (0.05 sec)

  1. cmd/peer-s3-server.go

    	buckets = make([]BucketInfo, 0, 32)
    	healBuckets := xsync.NewMapOf[string, VolInfo]()
    
    	// lists all unique buckets across drives.
    	if err := listAllBuckets(ctx, localDrives, healBuckets, quorum); err != nil {
    		return nil, err
    	}
    
    	// include deleted buckets in listBuckets output
    	deletedBuckets := xsync.NewMapOf[string, VolInfo]()
    
    	if opts.Deleted {
    		// lists all deleted buckets across drives.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top