MCPcopy Create free account
hub / github.com/dashezup/github-webhook-to-telegram / _format_star

Function _format_star

utils/github_webhook.py:172–173  ·  view source on GitHub ↗
(payload: dict)

Source from the content-addressed store, hash-verified

170
171
172async def _format_star(payload: dict) -> str:
173 return await _get_repo_star_and_fork(payload['repository'])
174
175
176async def _get_event_title(event: str, payload: dict) -> str:

Callers

nothing calls this directly

Calls 1

_get_repo_star_and_forkFunction · 0.85

Tested by

no test coverage detected