Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isSupported
Function
isSupported
src/tools/ConfigTool/supportedSettings.ts:188–190 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
186
}
187
188
export
function
isSupported(key: string): boolean {
189
return
key in SUPPORTED_SETTINGS
190
}
191
192
export
function
getConfig(key: string): SettingConfig | undefined {
193
return
SUPPORTED_SETTINGS[key]
Callers
1
call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected