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

Method FindProjectsByGitRemote

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

Source from the content-addressed store, hash-verified

84 FindProjectsForOrgAndUser(ctx context.Context, orgID, userID string, includePublic, includeGroups bool, afterProjectName string, limit int) ([]*Project, error)
85 FindPublicProjectsInOrganization(ctx context.Context, orgID, afterProjectName string, limit int) ([]*Project, error)
86 FindProjectsByGitRemote(ctx context.Context, remote string) ([]*Project, error)
87 FindProjectsByGithubInstallationID(ctx context.Context, id int64) ([]*Project, error)
88 FindProject(ctx context.Context, id string) (*Project, error)
89 FindProjectByName(ctx context.Context, orgName string, name string) (*Project, error)

Callers 3

processGithubPushMethod · 0.65
UpdateProjectMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected