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

Function requiresRestart

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

Source from the content-addressed store, hash-verified

70 * Check if a setting requires restart
71 */
72export function requiresRestart(key: string): boolean {
73 return FLATTENED_SCHEMA[key]?.requiresRestart ?? false;
74}
75
76/**
77 * Get the default value for a setting

Callers 5

generateSettingsItemsFunction · 0.85
SettingsDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected