MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPath

Function getPath

src/tools/ConfigTool/supportedSettings.ts:208–211  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

206}
207
208export function getPath(key: string): string[] {
209 const config = SUPPORTED_SETTINGS[key]
210 return config?.path ?? key.split('.')
211}
212

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected