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

Function getSettingDefinition

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

Source from the content-addressed store, hash-verified

61 * Get a setting definition by key
62 */
63export function getSettingDefinition(
64 key: string,
65): (SettingDefinition & { key: string }) | undefined {
66 return FLATTENED_SCHEMA[key];
67}
68
69/**
70 * Check if a setting requires restart

Callers 4

getEffectiveValueFunction · 0.85
getSettingValueFunction · 0.85
generateSettingsItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected