MCPcopy
hub / github.com/BlueWallet/BlueWallet / handleReadCode

Function handleReadCode

screen/send/ScanQRCode.tsx:246–248  ·  view source on GitHub ↗
(event: any)

Source from the content-addressed store, hash-verified

244 };
245
246 const handleReadCode = (event: any) => {
247 onBarCodeRead({ data: event?.nativeEvent?.codeStringValue });
248 };
249
250 const handleBackdoorOkPress = () => {
251 setBackdoorVisible(false);

Callers

nothing calls this directly

Calls 1

onBarCodeReadFunction · 0.85

Tested by

no test coverage detected