MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isJetBrainsPluginInstalledCachedSync

Function isJetBrainsPluginInstalledCachedSync

src/utils/jetbrains.ts:187–191  ·  view source on GitHub ↗
(
  ideType: IdeType,
)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected