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

Method InsertProject

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

Source from the content-addressed store, hash-verified

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)
94 CountProjectsForOrganization(ctx context.Context, orgID string) (int, error)

Callers 8

CreateProjectMethod · 0.65
TestPostgresFunction · 0.65
testProjectsFunction · 0.65
testManagedGitReposFunction · 0.65
seedFunction · 0.65

Calls

no outgoing calls

Tested by 7

TestPostgresFunction · 0.52
testProjectsFunction · 0.52
testManagedGitReposFunction · 0.52
seedFunction · 0.52