MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/hooks/usePromptsFromClaudeInChrome.tsx:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 useEffect(t1, t2);
66}
67function _temp() {}
68function 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected