MCPcopy Index your code
hub / github.com/diggerhq/digger / Get

Method Get

next/utils/github.go:46–46  ·  view source on GitHub ↗
(githubAppId int64, installationId int64)

Source from the content-addressed store, hash-verified

44type GithubClientProvider interface {
45 NewClient(netClient *net.Client) (*github.Client, error)
46 Get(githubAppId int64, installationId int64) (*github.Client, *string, error)
47 FetchCredentials(githubAppId string) (string, string, string, string, error)
48}
49

Callers 15

GetUrlContentsFunction · 0.65
exec.goFile · 0.65
GithubAppCallbackPageMethod · 0.65
GithubReposPageMethod · 0.65
GetActivityFunction · 0.65
FindProjectsForRepoFunction · 0.65
FindProjectsForOrgFunction · 0.65
ProjectDetailsFunction · 0.65
ReportProjectsForRepoFunction · 0.65
RunHistoryForProjectFunction · 0.65

Implementers 5

DiggerGithubRealClientProviderbackend/utils/github.go
DiggerGithubClientMockProviderbackend/utils/github.go
DiggerGithubRealClientProvidernext/utils/github.go
DiggerGithubClientMockProvidernext/utils/github.go
DiggerGithubEEClientProvideree/backend/providers/github/providers.

Calls

no outgoing calls

Tested by

no test coverage detected