Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ normalizeApiKeyForConfig
Function
normalizeApiKeyForConfig
src/utils/authPortable.ts:17–19 ·
view source on GitHub ↗
(apiKey: string)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
normalizeApiKeyForConfig(apiKey: string): string {
18
return
apiKey.slice(-20)
19
}
20
Callers
7
showSetupScreens
Function · 0.85
Onboarding
Function · 0.85
Config
Function · 0.85
onChange
Function · 0.85
getAnthropicApiKeyWithSource
Function · 0.85
saveApiKey
Function · 0.85
isCustomApiKeyApproved
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected