( ideType: IdeType, )
| 185 | * Use this only in sync contexts (e.g., status notice isActive checks). |
| 186 | */ |
| 187 | export function isJetBrainsPluginInstalledCachedSync( |
| 188 | ideType: IdeType, |
| 189 | ): boolean { |
| 190 | return pluginInstalledCache.get(ideType) ?? false |
| 191 | } |
| 192 |
no test coverage detected