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

Function _temp

src/commands/chrome/chrome.tsx:275–277  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected