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

Function chatDebugLogging

site/src/api/queries/chatDebugLogging.ts:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const userChatDebugLoggingKey = ["user-chat-debug-logging"] as const;
6
7export const chatDebugLogging = () => ({
8 queryKey: chatDebugLoggingKey,
9 queryFn: () => API.experimental.getChatDebugLogging(),
10});
11
12export const userChatDebugLogging = () => ({
13 queryKey: userChatDebugLoggingKey,

Callers 1

Calls 1

getChatDebugLoggingMethod · 0.80

Tested by

no test coverage detected