(s)
| 273 | return c.name === CLAUDE_IN_CHROME_MCP_SERVER_NAME; |
| 274 | } |
| 275 | function _temp(s) { |
| 276 | return s.mcp.clients; |
| 277 | } |
| 278 | export const call = async function (onDone: (result?: string) => void): Promise<React.ReactNode> { |
| 279 | const isExtensionInstalled = await isChromeExtensionInstalled(); |
| 280 | const config = getGlobalConfig(); |
nothing calls this directly
no outgoing calls
no test coverage detected