MCPcopy
hub / github.com/codeaashu/claude-code / getAllKeys

Function getAllKeys

src/tools/ConfigTool/supportedSettings.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196export function getAllKeys(): string[] {
197 return Object.keys(SUPPORTED_SETTINGS)
198}
199
200export function getOptionsForSetting(key: string): string[] | undefined {
201 const config = SUPPORTED_SETTINGS[key]

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected