()
| 648 | } |
| 649 | |
| 650 | func (s *StorageManager) Shards() []uint64 { |
| 651 | return s.shardManager.ShardIds() |
| 652 | } |
| 653 | |
| 654 | func (s *StorageManager) ReadSampleUnlocked(shardIdx, sampleIdx uint64) (common.Hash, error) { |
| 655 | if ds, ok := s.shardManager.shardMap[shardIdx]; ok { |
no test coverage detected