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

Method UpsertChatDiffStatusReference

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

Source from the content-addressed store, hash-verified

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
1389 UpsertChatIncludeDefaultSystemPrompt(ctx context.Context, includeDefaultSystemPrompt bool) error

Callers 4

TestGetChatsFilterFunction · 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 2

TestGetChatsFilterFunction · 0.52
TestChatsMethod · 0.52