MCPcopy
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
188export function isSupported(key: string): boolean {
189 return key in SUPPORTED_SETTINGS
190}
191
192export function getConfig(key: string): SettingConfig | undefined {
193 return SUPPORTED_SETTINGS[key]

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected