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

Method GetAuthorizedChatsByChatFileID

coderd/database/dbauthz/dbauthz.go:8541–8543  ·  view source on GitHub ↗
(ctx context.Context, fileID uuid.UUID, prepared rbac.PreparedAuthorized)

Source from the content-addressed store, hash-verified

8539}
8540
8541func (q *querier) GetAuthorizedChatsByChatFileID(ctx context.Context, fileID uuid.UUID, prepared rbac.PreparedAuthorized) ([]database.Chat, error) {
8542 return q.db.GetAuthorizedChatsByChatFileID(ctx, fileID, prepared)
8543}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected