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

Method UpsertChatDiffStatus

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

Source from the content-addressed store, hash-verified

1383 UpsertChatDebugRetentionDays(ctx context.Context, debugRetentionDays int32) error
1384 UpsertChatDesktopEnabled(ctx context.Context, enableDesktop bool) error
1385 UpsertChatDiffStatus(ctx context.Context, arg UpsertChatDiffStatusParams) (ChatDiffStatus, error)
1386 UpsertChatDiffStatusReference(ctx context.Context, arg UpsertChatDiffStatusReferenceParams) (ChatDiffStatus, error)
1387 UpsertChatExploreModelOverride(ctx context.Context, value string) error
1388 UpsertChatGeneralModelOverride(ctx context.Context, value string) error

Callers 5

TestGetPRInsightsFunction · 0.65
TestGetChatsFilterFunction · 0.65
UpsertChatDiffStatusMethod · 0.65
UpsertChatDiffStatusMethod · 0.65
TestChatsMethod · 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 3

TestGetPRInsightsFunction · 0.52
TestGetChatsFilterFunction · 0.52
TestChatsMethod · 0.52