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

Method FindProjectAccessRequestByID

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

Source from the content-addressed store, hash-verified

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
301

Callers 3

ApproveProjectAccessMethod · 0.65
DenyProjectAccessMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected