(self)
| 275 | return task_id.hex() if not task_id.is_nil() else None |
| 276 | |
| 277 | def _get_current_task_id(self) -> TaskID: |
| 278 | return self.worker.current_task_id |
| 279 | |
| 280 | def get_task_name(self) -> Optional[str]: |
| 281 | """Get current task name for this worker. |
no outgoing calls
no test coverage detected