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

Method InsertManagedGitRepo

admin/database/database.go:356–356  ·  view source on GitHub ↗
(ctx context.Context, opts *InsertManagedGitRepoOptions)

Source from the content-addressed store, hash-verified

354 FindUnusedManagedGitRepos(ctx context.Context, limit int) ([]*ManagedGitRepo, error)
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)

Callers 2

CreateManagedGitRepoMethod · 0.65
testManagedGitReposFunction · 0.65

Calls

no outgoing calls

Tested by 1

testManagedGitReposFunction · 0.52