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

Function get_github_service

app/dependencies.py:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27@lru_cache
28def get_github_service() -> GitHubService:
29 settings = get_settings()
30 return GitHubService(
31 client_id=settings.github_app_client_id,
32 client_secret=settings.github_app_client_secret,
33 app_id=settings.github_app_id,
34 private_key=settings.github_app_private_key,
35 )
36
37
38@lru_cache

Callers 3

project_settingsFunction · 0.90
github_webhookFunction · 0.90

Calls 2

get_settingsFunction · 0.90
GitHubServiceClass · 0.90

Tested by

no test coverage detected