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

Method GetPredicate

bitmap/pb.pb.go:1800–1805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1798}
1799
1800func (m *Tablet) GetPredicate() string {
1801 if m != nil {
1802 return m.Predicate
1803 }
1804 return ""
1805}
1806
1807func (m *Tablet) GetForce() bool {
1808 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected