MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isValidSettingKey

Function isValidSettingKey

packages/cli/src/utils/settingsUtils.ts:176–178  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

174 * Validate if a setting key exists in the schema
175 */
176export function isValidSettingKey(key: string): boolean {
177 return key in FLATTENED_SCHEMA;
178}
179
180/**
181 * Get the category for a setting

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected