Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2020
func
(x *Tablet) GetPredicate() string {
2021
if
x != nil {
2022
return
x.Predicate
2023
}
2024
return
""
2025
}
2026
2027
func
(x *Tablet) GetForce() bool {
2028
if
x != nil {
Callers
7
handleBulkTabletProposal
Method · 0.45
createPostings
Method · 0.45
addIndexMapEntries
Method · 0.45
sendTablet
Method · 0.45
Inform
Method · 0.45
filterUidPredicates
Function · 0.45
parseTypeDeclaration
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected