Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ chats.test.ts
File
chats.test.ts
site/src/api/queries/chats.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ QueryClient } from
"react-query"
;
2
import
{ describe, expect, it, vi } from
"vitest"
;
3
import
{ API } from
"#/api/api"
;
4
import
type
* as TypesGen from
"#/api/typesGenerated"
;
Callers
nothing calls this directly
Calls
15
infiniteChatsKey
Function · 0.90
chatAdvisorConfig
Function · 0.90
updateChatAdvisorConfig
Function · 0.90
chatKey
Function · 0.90
chatMessagesKey
Function · 0.90
chatDiffContentsKey
Function · 0.90
chatCostSummaryKey
Function · 0.90
invalidateChatListQueries
Function · 0.90
prependToInfiniteChatsCache
Function · 0.90
updateChatPlanMode
Function · 0.90
archiveChat
Function · 0.90
unarchiveChat
Function · 0.90
Tested by
no test coverage detected