Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetActualSize (0.12 sec)

  1. cmd/object-api-utils_test.go

    		partFile := getPartFile(entriesTrie, i, "8a034f82cb9cb31140d87d3ce2a9ede3")
    		if partFile == "" {
    			b.Fatal("partFile returned is empty")
    		}
    	}
    
    	b.ReportAllocs()
    }
    
    func TestGetActualSize(t *testing.T) {
    	testCases := []struct {
    		objInfo ObjectInfo
    		result  int64
    	}{
    		{
    			objInfo: ObjectInfo{
    				UserDefined: map[string]string{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 08 15:29:58 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top