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

Function getDefaultValue

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

Source from the content-addressed store, hash-verified

77 * Get the default value for a setting
78 */
79export function getDefaultValue(key: string): SettingDefinition['default'] {
80 return FLATTENED_SCHEMA[key]?.default;
81}
82
83/**
84 * Get all setting keys that require restart

Callers 5

isSettingModifiedFunction · 0.85
saveModifiedSettingsFunction · 0.85
getDisplayValueFunction · 0.85
SettingsDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected