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

Function _temp

src/commands/mobile/mobile.tsx:270–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 return prev === "ios" ? "android" : "ios";
269}
270function _temp() {}
271export async function call(onDone: LocalJSXCommandOnDone): Promise<React.ReactNode> {
272 return <MobileQRCode onDone={onDone} />;
273}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected