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

Method UpsertLastUpdateCheck

coderd/database/querier.go:1408–1408  ·  view source on GitHub ↗
(ctx context.Context, value string)

Source from the content-addressed store, hash-verified

1406 UpsertGroupAIBudget(ctx context.Context, arg UpsertGroupAIBudgetParams) (GroupAiBudget, error)
1407 UpsertHealthSettings(ctx context.Context, value string) error
1408 UpsertLastUpdateCheck(ctx context.Context, value string) error
1409 UpsertLogoURL(ctx context.Context, value string) error
1410 UpsertMCPServerUserToken(ctx context.Context, arg UpsertMCPServerUserTokenParams) (MCPServerUserToken, error)
1411 // Insert or update notification report generator logs with recent activity.

Callers 4

updateMethod · 0.65
UpsertLastUpdateCheckMethod · 0.65
UpsertLastUpdateCheckMethod · 0.65
TestSystemFunctionsMethod · 0.65

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