MCPcopy Index your code
hub / github.com/BlueWallet/BlueWallet / sync

Function sync

navigation/DetailViewScreensStack.tsx:115–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 return;
114 }
115 const sync = () => setElectrumConnected(BlueElectrum.isConnected());
116 sync();
117 const unsubscribe = BlueElectrum.subscribeConnectionState(sync);
118 // Kick off an initial probe so the header pill reflects reality after mount.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected