MCPcopy Index your code
hub / github.com/codeaashu/claude-code / detectRunningIDEs

Function detectRunningIDEs

src/utils/ide.ts:1154–1158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1152 * detectRunningIDEsCached() calls.
1153 */
1154export async function detectRunningIDEs(): Promise<IdeType[]> {
1155 const result = await detectRunningIDEsImpl()
1156 cachedRunningIDEs = result
1157 return result
1158}
1159
1160/**
1161 * Returns cached IDE detection results, or performs detection if cache is empty.

Callers 2

detectRunningIDEsCachedFunction · 0.85
callFunction · 0.85

Calls 1

detectRunningIDEsImplFunction · 0.85

Tested by

no test coverage detected