Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
def
get_github_installation_service() -> GitHubInstallationService:
40
return
GitHubInstallationService(get_github_service())
41
42
43
@lru_cache
Callers
1
start_deployment
Function · 0.90
Calls
2
GitHubInstallationService
Class · 0.90
get_github_service
Function · 0.85
Tested by
no test coverage detected