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

Method GetOnDiskBytes

bitmap/pb.pb.go:1814–1819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1812}
1813
1814func (m *Tablet) GetOnDiskBytes() int64 {
1815 if m != nil {
1816 return m.OnDiskBytes
1817 }
1818 return 0
1819}
1820
1821func (m *Tablet) GetRemove() bool {
1822 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected