()
| 1173 | * Exported for testing - allows resetting state between tests. |
| 1174 | */ |
| 1175 | export function resetDetectRunningIDEs(): void { |
| 1176 | cachedRunningIDEs = null |
| 1177 | } |
| 1178 | |
| 1179 | export function getConnectedIdeName( |
| 1180 | mcpClients: MCPServerConnection[], |
nothing calls this directly
no outgoing calls
no test coverage detected