(payload: dict)
| 170 | |
| 171 | |
| 172 | async def _format_star(payload: dict) -> str: |
| 173 | return await _get_repo_star_and_fork(payload['repository']) |
| 174 | |
| 175 | |
| 176 | async def _get_event_title(event: str, payload: dict) -> str: |
nothing calls this directly
no test coverage detected