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

Function getEffectiveDisplayValue

packages/cli/src/utils/settingsUtils.ts:468–474  ·  view source on GitHub ↗
(
  key: string,
  settings: Settings,
  mergedSettings: Settings,
)

Source from the content-addressed store, hash-verified

466 * Always returns a boolean value (never undefined)
467 */
468export function getEffectiveDisplayValue(
469 key: string,
470 settings: Settings,
471 mergedSettings: Settings,
472): boolean {
473 return getSettingValue(key, settings, mergedSettings);
474}

Callers 1

Calls 1

getSettingValueFunction · 0.85

Tested by

no test coverage detected