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

Method GetBlocks

bitmap/pb.pb.go:2827–2832  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2825}
2826
2827func (m *UidPack) GetBlocks() []*UidBlock {
2828 if m != nil {
2829 return m.Blocks
2830 }
2831 return nil
2832}
2833
2834func (m *UidPack) GetAllocRef() uint64 {
2835 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected