( source: SettingSource, )
| 179 | * @returns The corresponding plugin scope |
| 180 | */ |
| 181 | export function settingSourceToScope( |
| 182 | source: SettingSource, |
| 183 | ): ExtendedPluginScope { |
| 184 | return SETTING_SOURCE_TO_SCOPE[source] |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Gets the list of currently installed plugins |
nothing calls this directly
no outgoing calls
no test coverage detected