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

Method CreateManagedRepo

admin/github.go:48–48  ·  view source on GitHub ↗
(ctx context.Context, repoPrefix string, autoInit bool)

Source from the content-addressed store, hash-verified

46 DeleteBranch(ctx context.Context, installationID, repoID int64, remote, branch string) error
47
48 CreateManagedRepo(ctx context.Context, repoPrefix string, autoInit bool) (*github.Repository, error)
49 // DeleteManagedRepo deletes the given repo from the managed org. For test cleanup only.
50 DeleteManagedRepo(ctx context.Context, repo string) error
51 ManagedOrgInstallationID() (int64, error)

Callers 1

CreateManagedGitRepoMethod · 0.65

Implementers 2

githubClientadmin/github.go
mockGithubadmin/testadmin/testadmin.go

Calls

no outgoing calls

Tested by

no test coverage detected