MCPcopy
hub / github.com/BlueWallet/BlueWallet / dispatch

Function dispatch

NavigationService.ts:11–15  ·  view source on GitHub ↗
(action: NavigationAction)

Source from the content-addressed store, hash-verified

9}
10
11export function dispatch(action: NavigationAction) {
12 if (navigationRef.isReady()) {
13 navigationRef.current?.dispatch(action);
14 }
15}
16
17export function reset() {
18 if (navigationRef.isReady()) {

Callers 15

SelectFeeScreenFunction · 0.85
PlausibleDeniabilityFunction · 0.85
UnlockWithFunction · 0.85
startUnlockFunction · 0.85
renderUnlockOptionsFunction · 0.85
EncryptStorageFunction · 0.85
handleDecryptStorageFunction · 0.85
onEncryptStorageSwitchFunction · 0.85
onUseBiometricSwitchFunction · 0.85
setTXFunction · 0.85
setIntervalMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected