MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Size

Method Size

bitmap/pb.pb.go:12075–12085  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12073}
12074
12075func (m *PeerResponse) Size() (n int) {
12076 if m == nil {
12077 return 0
12078 }
12079 var l int
12080 _ = l
12081 if m.Status {
12082 n += 2
12083 }
12084 return n
12085}
12086
12087func (m *RaftBatch) Size() (n int) {
12088 if m == nil {

Callers 3

XXX_SizeMethod · 0.95
MarshalMethod · 0.95
MarshalToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected