(scope: SettingScope)
| 244 | const scopeItems = getScopeItems(); |
| 245 | |
| 246 | const handleScopeHighlight = (scope: SettingScope) => { |
| 247 | setSelectedScope(scope); |
| 248 | }; |
| 249 | |
| 250 | const handleScopeSelect = (scope: SettingScope) => { |
| 251 | handleScopeHighlight(scope); |
no outgoing calls
no test coverage detected