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

Function chatDiffContents

site/src/api/queries/chats.ts:1378–1381  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

1376 ["chats", chatId, "diff-contents"] as const;
1377
1378export const chatDiffContents = (chatId: string) => ({
1379 queryKey: chatDiffContentsKey(chatId),
1380 queryFn: () => API.experimental.getChatDiffContents(chatId),
1381});
1382
1383const chatSystemPromptKey = ["chat-system-prompt"] as const;
1384

Callers 1

RemoteDiffPanelFunction · 0.90

Calls 2

chatDiffContentsKeyFunction · 0.85
getChatDiffContentsMethod · 0.80

Tested by

no test coverage detected