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

Function chatDesktopEnabled

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

Source from the content-addressed store, hash-verified

1417const chatDesktopEnabledKey = ["chat-desktop-enabled"] as const;
1418
1419export const chatDesktopEnabled = () => ({
1420 queryKey: chatDesktopEnabledKey,
1421 queryFn: () => API.experimental.getChatDesktopEnabled(),
1422});
1423
1424export const updateChatDesktopEnabled = (queryClient: QueryClient) => ({
1425 mutationFn: API.experimental.updateChatDesktopEnabled,

Callers 2

AgentChatPageFunction · 0.90

Calls 1

getChatDesktopEnabledMethod · 0.80

Tested by

no test coverage detected