MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSettingsSyncEndpoint

Function getSettingsSyncEndpoint

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

Source from the content-addressed store, hash-verified

221}
222
223function getSettingsSyncEndpoint(): string {
224 return `${getOauthConfig().BASE_API_URL}/api/claude_code/user_settings`
225}
226
227function getSettingsSyncAuthHeaders(): {
228 headers: Record<string, string>

Callers 2

fetchUserSettingsOnceFunction · 0.85
uploadUserSettingsFunction · 0.85

Calls 1

getOauthConfigFunction · 0.85

Tested by

no test coverage detected