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

Method FindProjectPathsByPattern

admin/database/database.go:77–77  ·  view source on GitHub ↗
(ctx context.Context, namePattern, afterName string, limit int)

Source from the content-addressed store, hash-verified

75 FindProjects(ctx context.Context, afterName string, limit int) ([]*Project, error)
76 FindProjectsByVersion(ctx context.Context, version, afterName string, limit int) ([]*Project, error)
77 FindProjectPathsByPattern(ctx context.Context, namePattern, afterName string, limit int) ([]string, error)
78 FindProjectPathsByPatternAndAnnotations(ctx context.Context, namePattern, afterName string, annotationKeys []string, annotationPairs map[string]string, limit int) ([]string, error)
79 FindProjectsForUser(ctx context.Context, userID string) ([]*Project, error)
80 FindProjectsForUserAndFingerprint(ctx context.Context, userID, directoryName, gitRemote, subpath, rillMgdRemote string) ([]*Project, error)

Callers 1

SearchProjectNamesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected