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

Method GetReadOnly

bitmap/pb.pb.go:1828–1833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1826}
1827
1828func (m *Tablet) GetReadOnly() bool {
1829 if m != nil {
1830 return m.ReadOnly
1831 }
1832 return false
1833}
1834
1835func (m *Tablet) GetMoveTs() uint64 {
1836 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected