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

Method GetIsCount

bitmap/pb.pb.go:482–487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480}
481
482func (m *SrcFunction) GetIsCount() bool {
483 if m != nil {
484 return m.IsCount
485 }
486 return false
487}
488
489type Query struct {
490 Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected