MCPcopy Index your code
hub / github.com/rilldata/rill / ManagedOrgInstallationID

Method ManagedOrgInstallationID

admin/github.go:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230func (g *githubClient) ManagedOrgInstallationID() (int64, error) {
231 return g.managedOrgInstallationID, g.managedOrgFetchError
232}
233
234func (g *githubClient) token(ctx context.Context, client *github.Client) (string, time.Time, error) {
235 tr, ok := client.Client().Transport.(*ghinstallation.Transport)

Callers 2

CreateManagedRepoMethod · 0.95
DeleteManagedRepoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected