MCPcopy Create free account
hub / github.com/hunvreus/devpush / __init__

Method __init__

app/services/github_installation.py:10–11  ·  view source on GitHub ↗
(self, github_service: GitHubService)

Source from the content-addressed store, hash-verified

8
9class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected