()
| 39 | } |
| 40 | |
| 41 | func (s *DatasetShard) DisplayName() string { |
| 42 | return fmt.Sprintf("d%d_%d", s.Parent.Id, s.Id) |
| 43 | } |
| 44 | |
| 45 | func (shard *DatasetShard) SetupReadingChans() { |
| 46 | // get unique list of tasks since ReadingTasks can have duplicates |
no outgoing calls
no test coverage detected