MCPcopy Index your code
hub / github.com/coder/coder / MarkAllInboxNotificationsAsRead

Method MarkAllInboxNotificationsAsRead

coderd/database/querier.go:1080–1080  ·  view source on GitHub ↗
(ctx context.Context, arg MarkAllInboxNotificationsAsReadParams)

Source from the content-addressed store, hash-verified

1078 ListUserSkillMetadataByUserID(ctx context.Context, userID uuid.UUID) ([]ListUserSkillMetadataByUserIDRow, error)
1079 ListWorkspaceAgentPortShares(ctx context.Context, workspaceID uuid.UUID) ([]WorkspaceAgentPortShare, error)
1080 MarkAllInboxNotificationsAsRead(ctx context.Context, arg MarkAllInboxNotificationsAsReadParams) error
1081 OIDCClaimFieldValues(ctx context.Context, arg OIDCClaimFieldValuesParams) ([]string, error)
1082 // OIDCClaimFields returns a list of distinct keys in the the merged_claims fields.
1083 // This query is used to generate the list of available sync fields for idp sync settings.

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 2

TestNotificationsMethod · 0.52