MCPcopy
hub / github.com/dgraph-io/dgraph / GetPredicate

Method GetPredicate

protos/pb/pb.pb.go:2020–2025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2018}
2019
2020func (x *Tablet) GetPredicate() string {
2021 if x != nil {
2022 return x.Predicate
2023 }
2024 return ""
2025}
2026
2027func (x *Tablet) GetForce() bool {
2028 if x != nil {

Callers 7

createPostingsMethod · 0.45
addIndexMapEntriesMethod · 0.45
sendTabletMethod · 0.45
InformMethod · 0.45
filterUidPredicatesFunction · 0.45
parseTypeDeclarationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected