Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getConfig
Function
getConfig
src/tools/ConfigTool/supportedSettings.ts:192–194 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
190
}
191
192
export
function
getConfig(key: string): SettingConfig | undefined {
193
return
SUPPORTED_SETTINGS[key]
194
}
195
196
export
function
getAllKeys(): string[] {
197
return
Object.keys(SUPPORTED_SETTINGS)
Callers
1
call
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected