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

Function generateQRCode

src/commands/session/session.tsx:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28 const url = remoteSessionUrl;
29 const generateQRCode = async function generateQRCode() {
30 const qr = await qrToString(url, {
31 type: "utf8",
32 errorCorrectionLevel: "L"
33 });
34 setQrCode(qr);
35 };
36 generateQRCode().catch(_temp2);
37 };
38 t2 = [remoteSessionUrl];

Callers 1

SessionInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected