MCPcopy 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
192export function getConfig(key: string): SettingConfig | undefined {
193 return SUPPORTED_SETTINGS[key]
194}
195
196export function getAllKeys(): string[] {
197 return Object.keys(SUPPORTED_SETTINGS)

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected