()
| 65 | useEffect(t1, t2); |
| 66 | } |
| 67 | function _temp() {} |
| 68 | function findChromeClient(clients: MCPServerConnection[]): ConnectedMCPServer | undefined { |
| 69 | return clients.find((client): client is ConnectedMCPServer => client.type === 'connected' && client.name === CLAUDE_IN_CHROME_MCP_SERVER_NAME); |
| 70 | } |
nothing calls this directly
no outgoing calls
no test coverage detected