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

Method GetFacetParam

bitmap/pb.pb.go:589–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587}
588
589func (m *Query) GetFacetParam() *FacetParams {
590 if m != nil {
591 return m.FacetParam
592 }
593 return nil
594}
595
596func (m *Query) GetFacetsFilter() *FilterTree {
597 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected