MCPcopy Index your code
hub / github.com/hunvreus/devpush / get_github_installation_service

Function get_github_installation_service

app/dependencies.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38@lru_cache
39def get_github_installation_service() -> GitHubInstallationService:
40 return GitHubInstallationService(get_github_service())
41
42
43@lru_cache

Callers 1

start_deploymentFunction · 0.90

Calls 2

get_github_serviceFunction · 0.85

Tested by

no test coverage detected