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

Method UpdateChatWorkspaceBinding

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

Source from the content-addressed store, hash-verified

1240 UpdateChatStatusPreserveUpdatedAt(ctx context.Context, arg UpdateChatStatusPreserveUpdatedAtParams) (Chat, error)
1241 UpdateChatTitleByID(ctx context.Context, arg UpdateChatTitleByIDParams) (Chat, error)
1242 UpdateChatWorkspaceBinding(ctx context.Context, arg UpdateChatWorkspaceBindingParams) (Chat, error)
1243 UpdateCryptoKeyDeletesAt(ctx context.Context, arg UpdateCryptoKeyDeletesAtParams) (CryptoKey, error)
1244 UpdateCustomRole(ctx context.Context, arg UpdateCustomRoleParams) (CustomRole, error)
1245 // Updates only the encrypted columns (api_key, api_key_key_id) and

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