Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for L1212 (0.01 sec)

  1. cmd/storage-datatypes_gen.go

    	}
    
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *DeleteOptions) Msgsize() (s int) {
    	s = 1 + 12 + 1 + 2 + msgp.BoolSize + 2 + msgp.BoolSize + 2 + msgp.BoolSize + 2 + msgp.StringPrefixSize + len(z.OldDataDir)
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 25 05:41:04 UTC 2025
    - 152K bytes
    - Viewed (0)
Back to top