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

Method FindProjectAccessRequest

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

Source from the content-addressed store, hash-verified

295
296 FindProjectAccessRequests(ctx context.Context, projectID, afterID string, limit int) ([]*ProjectAccessRequest, error)
297 FindProjectAccessRequest(ctx context.Context, projectID, userID string) (*ProjectAccessRequest, error)
298 FindProjectAccessRequestByID(ctx context.Context, id string) (*ProjectAccessRequest, error)
299 InsertProjectAccessRequest(ctx context.Context, opts *InsertProjectAccessRequestOptions) (*ProjectAccessRequest, error)
300 DeleteProjectAccessRequest(ctx context.Context, id string) error

Callers 1

RequestProjectAccessMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected