( source: EditableSettingSource, )
| 117 | * @returns The corresponding plugin scope |
| 118 | */ |
| 119 | export function settingSourceToScope( |
| 120 | source: EditableSettingSource, |
| 121 | ): Exclude<PluginScope, 'managed'> { |
| 122 | return SETTING_SOURCE_TO_SCOPE[source] as Exclude<PluginScope, 'managed'> |
| 123 | } |
no outgoing calls
no test coverage detected