(self, github_service: GitHubService)
| 8 | |
| 9 | class GitHubInstallationService: |
| 10 | def __init__(self, github_service: GitHubService): |
| 11 | self.github_service = github_service |
| 12 | |
| 13 | async def get_or_refresh_installation( |
| 14 | self, installation_id: int, db: AsyncSession |
nothing calls this directly
no outgoing calls
no test coverage detected