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

Method GetChatByID

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

Source from the content-addressed store, hash-verified

2821}
2822
2823func (q *querier) GetChatByID(ctx context.Context, id uuid.UUID) (database.Chat, error) {
2824 return fetch(q.log, q.auth, q.db.GetChatByID)(ctx, id)
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)

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected