Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 0xcc (0.02 seconds)

  1. cmd/storage-datatypes_gen.go

    	// write "TotalWrites"
    	err = en.Append(0xab, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x72, 0x69, 0x74, 0x65, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteUint64(z.TotalWrites)
    	if err != nil {
    		err = msgp.WrapError(err, "TotalWrites")
    		return
    	}
    	// write "TotalDeletes"
    	err = en.Append(0xac, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73)
    	if err != nil {
    		return
    	}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 151.7K bytes
    - Click Count (0)
Back to Top