MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetDetectRunningIDEs

Function resetDetectRunningIDEs

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

Source from the content-addressed store, hash-verified

1173 * Exported for testing - allows resetting state between tests.
1174 */
1175export function resetDetectRunningIDEs(): void {
1176 cachedRunningIDEs = null
1177}
1178
1179export function getConnectedIdeName(
1180 mcpClients: MCPServerConnection[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected