MCPcopy
hub / github.com/coder/mux / getAutoRetryKey

Function getAutoRetryKey

src/common/constants/storage.ts:274–276  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

272 * Kept only for one-way migration during onChat subscription.
273 */
274export function getAutoRetryKey(workspaceId: string): string {
275 return `${workspaceId}-autoRetry`;
276}
277
278/**
279 * Get the localStorage key for the selected agent definition id for a scope.

Callers 2

runOnChatSubscriptionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected