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

Method GetCount

bitmap/pb.pb.go:3373–3378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3371}
3372
3373func (m *SchemaNode) GetCount() bool {
3374 if m != nil {
3375 return m.Count
3376 }
3377 return false
3378}
3379
3380func (m *SchemaNode) GetList() bool {
3381 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected