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

Method Size

bitmap/pb.pb.go:12436–12446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12434}
12435
12436func (m *UpdateGraphQLSchemaResponse) Size() (n int) {
12437 if m == nil {
12438 return 0
12439 }
12440 var l int
12441 _ = l
12442 if m.Uid != 0 {
12443 n += 1 + sovPb(uint64(m.Uid))
12444 }
12445 return n
12446}
12447
12448func (m *BulkMeta) Size() (n int) {
12449 if m == nil {

Callers 3

XXX_SizeMethod · 0.95
MarshalMethod · 0.95
MarshalToMethod · 0.95

Calls 1

sovPbFunction · 0.85

Tested by

no test coverage detected