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

Method GetChatByIDForUpdate

coderd/database/dbauthz/dbauthz.go:2827–2829  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

2825}
2826
2827func (q *querier) GetChatByIDForUpdate(ctx context.Context, id uuid.UUID) (database.Chat, error) {
2828 return fetch(q.log, q.auth, q.db.GetChatByIDForUpdate)(ctx, id)
2829}
2830
2831func (q *querier) GetChatComputerUseProvider(ctx context.Context) (string, error) {
2832 // The computer-use provider is a deployment-wide runtime chat setting

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected