| 50 | TaskInfo(const TaskInfoCore & core_, TimePoint start_lease_) : TaskInfoCore(core_), start_lease(start_lease_) { } |
| 51 | |
| 52 | UUID getTaskUUID() const { return task_uuid; } |
| 53 | UUID getTableUUID() const { return table_uuid; } |
| 54 | UInt64 getRetryTimes() const { return retry_times; } |
| 55 | TaskType getTaskType() const { return task_type; } |
no outgoing calls
no test coverage detected