()
| 258 | } |
| 259 | |
| 260 | func (getter *MockGetter) getBids() []proto.BlobID { |
| 261 | getter.mu.Lock() |
| 262 | defer getter.mu.Unlock() |
| 263 | return getter.bids |
| 264 | } |
| 265 | |
| 266 | func (getter *MockGetter) getShardCrc32(vuid proto.Vuid, bid proto.BlobID) uint32 { |
| 267 | getter.mu.Lock() |
no test coverage detected