(scope: SettingScope)
| 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); |
nothing calls this directly
no test coverage detected