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

Method FindProjectsByNameAndUser

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

Source from the content-addressed store, hash-verified

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
93 UpdateProject(ctx context.Context, id string, opts *UpdateProjectOptions) (*Project, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected