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

Method GetRemove

bitmap/pb.pb.go:1821–1826  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1819}
1820
1821func (m *Tablet) GetRemove() bool {
1822 if m != nil {
1823 return m.Remove
1824 }
1825 return false
1826}
1827
1828func (m *Tablet) GetReadOnly() bool {
1829 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected