| 52 | } |
| 53 | |
| 54 | EdgeLoadingTask::EdgeLoadingTask(io::EdgeLoader* reader, |
| 55 | unsigned id, |
| 56 | unsigned batch_size) |
| 57 | : alien_task(), reader_(reader), source_(nullptr), |
| 58 | batch_size_(batch_size), output_handle_(id) { |
| 59 | } |
| 60 | |
| 61 | void EdgeLoadingTask::run() { |
| 62 | Status s = BeginNextFile(); |
nothing calls this directly
no outgoing calls
no test coverage detected