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

Method FindProjectByName

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

Source from the content-addressed store, hash-verified

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)
90 FindProjectsByNameAndUser(ctx context.Context, name, userID string) ([]*Project, error)
91 InsertProject(ctx context.Context, opts *InsertProjectOptions) (*Project, error)
92 DeleteProject(ctx context.Context, id string) error

Callers 15

NewFunction · 0.65
testProjectsFunction · 0.65
CreateReportMethod · 0.65
EditReportMethod · 0.65
UnsubscribeReportMethod · 0.65
DeleteReportMethod · 0.65
TriggerReportMethod · 0.65
SearchProjectUsersMethod · 0.65

Calls

no outgoing calls

Tested by 2

testProjectsFunction · 0.52