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

Method UpsertApplicationName

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

Source from the content-addressed store, hash-verified

1366 UpsertAISeatState(ctx context.Context, arg UpsertAISeatStateParams) (bool, error)
1367 UpsertAnnouncementBanners(ctx context.Context, value string) error
1368 UpsertApplicationName(ctx context.Context, value string) error
1369 // Upserts boundary usage statistics for a replica. On INSERT (new period), uses
1370 // delta values for unique counts (only data since last flush). On UPDATE, uses
1371 // cumulative values for unique counts (accurate period totals). Request counts

Callers 5

UpsertApplicationNameMethod · 0.65
UpsertApplicationNameMethod · 0.65
TestSystemFunctionsMethod · 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

TestSystemFunctionsMethod · 0.52