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

Function handleScopeHighlight

packages/cli/src/ui/components/SettingsDialog.tsx:246–248  ·  view source on GitHub ↗
(scope: SettingScope)

Source from the content-addressed store, hash-verified

244 const scopeItems = getScopeItems();
245
246 const handleScopeHighlight = (scope: SettingScope) => {
247 setSelectedScope(scope);
248 };
249
250 const handleScopeSelect = (scope: SettingScope) => {
251 handleScopeHighlight(scope);

Callers 2

handleScopeSelectFunction · 0.85
ThemeDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected