MCPcopy 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
197export function getAllKeys(): string[] {
198 return Object.keys(SUPPORTED_SETTINGS)
199}
200
201export function getOptionsForSetting(key: string): string[] | undefined {
202 const config = SUPPORTED_SETTINGS[key]

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected