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

Function chatAutoArchiveDays

site/src/api/queries/chats.ts:1544–1547  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1542const chatAutoArchiveDaysKey = ["chat-auto-archive-days"] as const;
1543
1544export const chatAutoArchiveDays = () => ({
1545 queryKey: chatAutoArchiveDaysKey,
1546 queryFn: () => API.experimental.getChatAutoArchiveDays(),
1547});
1548
1549export const updateChatAutoArchiveDays = (queryClient: QueryClient) => ({
1550 mutationFn: API.experimental.updateChatAutoArchiveDays,

Callers 1

Calls 1

Tested by

no test coverage detected