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

Method SearchProjectUsers

admin/database/database.go:309–309  ·  view source on GitHub ↗
(ctx context.Context, projectID, emailQuery string, afterEmail string, limit int)

Source from the content-addressed store, hash-verified

307 DeleteBookmark(ctx context.Context, bookmarkID string) error
308
309 SearchProjectUsers(ctx context.Context, projectID, emailQuery string, afterEmail string, limit int) ([]*User, error)
310
311 FindVirtualFiles(ctx context.Context, projectID, environment string, afterUpdatedOn time.Time, afterPath string, limit int) ([]*VirtualFile, error)
312 FindVirtualFile(ctx context.Context, projectID, environment, path string) (*VirtualFile, error)

Callers 1

SearchProjectUsersMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected