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

Method DeleteUserChatCompactionThreshold

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

Source from the content-addressed store, hash-verified

212 DeleteUserAIProviderKey(ctx context.Context, arg DeleteUserAIProviderKeyParams) error
213 DeleteUserAIProviderKeysByProviderID(ctx context.Context, aiProviderID uuid.UUID) error
214 DeleteUserChatCompactionThreshold(ctx context.Context, arg DeleteUserChatCompactionThresholdParams) error
215 DeleteUserSecretByUserIDAndName(ctx context.Context, arg DeleteUserSecretByUserIDAndNameParams) (UserSecret, error)
216 DeleteUserSkillByUserIDAndName(ctx context.Context, arg DeleteUserSkillByUserIDAndNameParams) (UserSkill, error)
217 DeleteWebpushSubscriptionByUserIDAndEndpoint(ctx context.Context, arg DeleteWebpushSubscriptionByUserIDAndEndpointParams) error

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