Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getAllKeys
Function
getAllKeys
src/tools/ConfigTool/supportedSettings.ts:197–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
export
function
getAllKeys(): string[] {
198
return
Object.keys(SUPPORTED_SETTINGS)
199
}
200
201
export
function
getOptionsForSetting(key: string): string[] | undefined {
202
const
config = SUPPORTED_SETTINGS[key]
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected