Function determine_recovery_action

Source
pub fn determine_recovery_action(
    state: &OpState,
    context: &RecoveryContext,
    progress: &RecoveryProgress,
) -> Option<KernelAction>
Expand description

Determine the appropriate recovery action for the current state.