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

Function _temp2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected