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

Function getSettingCategory

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

Source from the content-addressed store, hash-verified

181 * Get the category for a setting
182 */
183export function getSettingCategory(key: string): string | undefined {
184 return FLATTENED_SCHEMA[key]?.category;
185}
186
187/**
188 * Check if a setting should be shown in the settings dialog

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected