MCPcopy Create free account
hub / github.com/rilldata/rill / DeleteManagedGitRepos

Method DeleteManagedGitRepos

admin/database/database.go:357–357  ·  view source on GitHub ↗
(ctx context.Context, ids []string)

Source from the content-addressed store, hash-verified

355 CountManagedGitRepos(ctx context.Context, orgID string) (int, error)
356 InsertManagedGitRepo(ctx context.Context, opts *InsertManagedGitRepoOptions) (*ManagedGitRepo, error)
357 DeleteManagedGitRepos(ctx context.Context, ids []string) error
358
359 FindGitRepoTransfer(ctx context.Context, remote string) (*GitRepoTransfer, error)
360 InsertGitRepoTransfer(ctx context.Context, fromRemote, toRemote string) (*GitRepoTransfer, error)

Callers 2

testManagedGitReposFunction · 0.65
WorkMethod · 0.65

Calls

no outgoing calls

Tested by 1

testManagedGitReposFunction · 0.52