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

Function handleScopeSelect

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

Source from the content-addressed store, hash-verified

248 };
249
250 const handleScopeSelect = (scope: SettingScope) => {
251 handleScopeHighlight(scope);
252 setFocusSection('settings');
253 };
254
255 // Scroll logic for settings
256 const visibleItems = items.slice(scrollOffset, scrollOffset + maxItemsToShow);

Callers

nothing calls this directly

Calls 1

handleScopeHighlightFunction · 0.85

Tested by

no test coverage detected