MCPcopy
hub / github.com/codeaashu/claude-code / downloadUserSettings

Function downloadUserSettings

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

Source from the content-addressed store, hash-verified

127 * Returns true if settings were applied, false otherwise.
128 */
129export function downloadUserSettings(): Promise<boolean> {
130 if (downloadPromise) {
131 return downloadPromise
132 }
133 downloadPromise = doDownloadUserSettings()
134 return downloadPromise
135}
136
137/**
138 * Force a fresh download, bypassing the cached startup promise.

Callers 2

runHeadlessFunction · 0.85

Calls 1

doDownloadUserSettingsFunction · 0.85

Tested by

no test coverage detected