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

Function getRestartRequiredFromModified

packages/cli/src/utils/settingsUtils.ts:348–352  ·  view source on GitHub ↗
(
  modifiedSettings: Set<string>,
)

Source from the content-addressed store, hash-verified

346 * Get the restart required settings from a set of modified settings
347 */
348export function getRestartRequiredFromModified(
349 modifiedSettings: Set<string>,
350): string[] {
351 return Array.from(modifiedSettings).filter((key) => requiresRestart(key));
352}
353
354/**
355 * Save modified settings to the appropriate scope

Callers 2

SettingsDialogFunction · 0.85

Calls 1

requiresRestartFunction · 0.85

Tested by

no test coverage detected