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

Method GetPredicates

bitmap/pb.pb.go:2580–2585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2578}
2579
2580func (m *KVS) GetPredicates() []string {
2581 if m != nil {
2582 return m.Predicates
2583 }
2584 return nil
2585}
2586
2587func (m *KVS) GetTypes() []string {
2588 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected