| 1018 | format("'%s' on '%s'", error.what(), task->params[Task::reservedTaskParamKeyType].printable().c_str())); |
| 1019 | } |
| 1020 | virtual std::string toString(Reference<Task> task) const { return ""; } |
| 1021 | }; |
| 1022 | |
| 1023 | ACTOR static Future<Standalone<VectorRef<KeyRef>>> getBlockOfShards(Reference<ReadYourWritesTransaction> tr, |
no outgoing calls
no test coverage detected