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

Function chatDiffContentsKey

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

Source from the content-addressed store, hash-verified

1373});
1374
1375export const chatDiffContentsKey = (chatId: string) =>
1376 ["chats", chatId, "diff-contents"] as const;
1377
1378export const chatDiffContents = (chatId: string) => ({
1379 queryKey: chatDiffContentsKey(chatId),

Callers 7

buildQueriesFunction · 0.90
connectFunction · 0.90
handleRefreshFunction · 0.90
chats.test.tsFile · 0.90
seedAllActiveQueriesFunction · 0.90
unrelatedKeysFunction · 0.90
chatDiffContentsFunction · 0.85

Calls

no outgoing calls

Tested by 2

seedAllActiveQueriesFunction · 0.72
unrelatedKeysFunction · 0.72