(data: Mapping[str, Any])
| 478 | |
| 479 | |
| 480 | def _get_original_issue_id(data: Mapping[str, Any]) -> int | None: |
| 481 | return get_path(data, "contexts", "reprocessing", "original_issue_id") |
| 482 | |
| 483 | |
| 484 | def buffered_handle_remaining_events( |
no test coverage detected