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

Method GetLangMatrix

bitmap/pb.pb.go:797–802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795}
796
797func (m *Result) GetLangMatrix() []*LangList {
798 if m != nil {
799 return m.LangMatrix
800 }
801 return nil
802}
803
804func (m *Result) GetList() bool {
805 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected