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

Method UpsertUserChatDebugLoggingEnabled

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

Source from the content-addressed store, hash-verified

1431 // created_at for the insert path only.
1432 UpsertUserAIProviderKey(ctx context.Context, arg UpsertUserAIProviderKeyParams) (UserAiProviderKey, error)
1433 UpsertUserChatDebugLoggingEnabled(ctx context.Context, arg UpsertUserChatDebugLoggingEnabledParams) error
1434 UpsertUserChatPersonalModelOverride(ctx context.Context, arg UpsertUserChatPersonalModelOverrideParams) error
1435 UpsertWebpushVAPIDKeys(ctx context.Context, arg UpsertWebpushVAPIDKeysParams) error
1436 UpsertWorkspaceAgentPortShare(ctx context.Context, arg UpsertWorkspaceAgentPortShareParams) (WorkspaceAgentPortShare, error)

Callers 5

TestUserMethod · 0.65
TestService_IsEnabledFunction · 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

TestUserMethod · 0.52
TestService_IsEnabledFunction · 0.52