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

Function shouldShowInDialog

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

Source from the content-addressed store, hash-verified

188 * Check if a setting should be shown in the settings dialog
189 */
190export function shouldShowInDialog(key: string): boolean {
191 return FLATTENED_SCHEMA[key]?.showInDialog ?? true; // Default to true for backward compatibility
192}
193
194/**
195 * Get all settings that should be shown in the dialog, grouped by category

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected