MCPcopy
hub / github.com/BlueWallet/BlueWallet / clearCache

Function clearCache

components/Alert.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 } | null = null;
20
21 const clearCache = () => {
22 lastAlertParams = null;
23 };
24
25 const showAlert = (title: string | undefined, message: string, buttons: AlertButton[], options: AlertOptions) => {
26 if (Platform.OS === 'ios' && navigationRef.isReady()) {

Callers 1

Alert.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected