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

Method UpsertLogoURL

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

Source from the content-addressed store, hash-verified

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.
1412 UpsertNotificationReportGeneratorLog(ctx context.Context, arg UpsertNotificationReportGeneratorLogParams) error

Callers 5

UpsertLogoURLMethod · 0.65
UpsertLogoURLMethod · 0.65
TestLicenseMethod · 0.65
putAppearanceMethod · 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 2

TestLicenseMethod · 0.52