Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
export
function
getAllKeys(): string[] {
197
return
Object.keys(SUPPORTED_SETTINGS)
198
}
199
200
export
function
getOptionsForSetting(key: string): string[] | undefined {
201
const
config = SUPPORTED_SETTINGS[key]
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected