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

Function chatDebugRunKey

site/src/api/queries/chats.ts:1145–1146  ·  view source on GitHub ↗
(chatId: string, runId: string)

Source from the content-addressed store, hash-verified

1143 [...chatKey(chatId), "debug-runs"] as const;
1144
1145const chatDebugRunKey = (chatId: string, runId: string) =>
1146 [...chatDebugRunsKey(chatId), runId] as const;
1147
1148// Foreground poll cadence when the Debug tab is open. The error cadence
1149// is slower so a transiently unreachable backend is not hammered, but

Callers 1

chatDebugRunFunction · 0.85

Calls 1

chatDebugRunsKeyFunction · 0.85

Tested by

no test coverage detected