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

Method UpsertNotificationReportGeneratorLog

coderd/database/querier.go:1412–1412  ·  view source on GitHub ↗

Insert or update notification report generator logs with recent activity.

(ctx context.Context, arg UpsertNotificationReportGeneratorLogParams)

Source from the content-addressed store, hash-verified

1410 UpsertMCPServerUserToken(ctx context.Context, arg UpsertMCPServerUserTokenParams) (MCPServerUserToken, error)
1411 // Insert or update notification report generator logs with recent activity.
1412 UpsertNotificationReportGeneratorLog(ctx context.Context, arg UpsertNotificationReportGeneratorLogParams) error
1413 UpsertNotificationsSettings(ctx context.Context, value string) error
1414 UpsertOAuth2GithubDefaultEligible(ctx context.Context, eligible bool) error
1415 UpsertPrebuildsSettings(ctx context.Context, value string) error

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 1

TestSystemFunctionsMethod · 0.52