MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _resetDownloadPromiseForTesting

Function _resetDownloadPromiseForTesting

src/services/settingsSync/index.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117/** Test-only: clear the cached download promise between tests. */
118export function _resetDownloadPromiseForTesting(): void {
119 downloadPromise = null
120}
121
122/**
123 * Download settings from remote for CCR mode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected