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

Method FindManagedGitRepo

admin/database/database.go:353–353  ·  view source on GitHub ↗
(ctx context.Context, remote string)

Source from the content-addressed store, hash-verified

351
352 FindManagedGitRepos(ctx context.Context, afterRemote string, limit int) ([]*ManagedGitRepo, error)
353 FindManagedGitRepo(ctx context.Context, remote string) (*ManagedGitRepo, error)
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)

Callers 2

testManagedGitReposFunction · 0.65
githubOptsForRemoteMethod · 0.65

Calls

no outgoing calls

Tested by 1

testManagedGitReposFunction · 0.52