Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
export
function
getPath(key: string): string[] {
209
const
config = SUPPORTED_SETTINGS[key]
210
return
config?.path ?? key.split(
'.'
)
211
}
212
Callers
1
call
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected