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

Function chatWorkspaceTTL

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

Source from the content-addressed store, hash-verified

1494const chatWorkspaceTTLKey = ["chat-workspace-ttl"] as const;
1495
1496export const chatWorkspaceTTL = () => ({
1497 queryKey: chatWorkspaceTTLKey,
1498 queryFn: () => API.experimental.getChatWorkspaceTTL(),
1499});
1500
1501export const updateChatWorkspaceTTL = (queryClient: QueryClient) => ({
1502 mutationFn: API.experimental.updateChatWorkspaceTTL,

Callers 1

Calls 1

getChatWorkspaceTTLMethod · 0.80

Tested by

no test coverage detected