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

Function getDialogSettingKeys

packages/cli/src/utils/settingsUtils.ts:234–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 * Get all setting keys that should be shown in the dialog
233 */
234export function getDialogSettingKeys(): string[] {
235 return Object.values(FLATTENED_SCHEMA)
236 .filter((definition) => definition.showInDialog !== false)
237 .map((definition) => definition.key);
238}
239
240// ============================================================================
241// BUSINESS LOGIC UTILITIES (Higher-level utilities for setting operations)

Callers 2

generateSettingsItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected