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

Method GetLangs

bitmap/pb.pb.go:547–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545}
546
547func (m *Query) GetLangs() []string {
548 if m != nil {
549 return m.Langs
550 }
551 return nil
552}
553
554func (m *Query) GetAfterUid() uint64 {
555 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected