pub(crate) fn get_v1_migrated_state(
operation_id: OperationId,
cursor: &mut Cursor<&[u8]>,
) -> Result<Option<(Vec<u8>, OperationId)>>
Expand description
Maps all Unreachable
states in the state machine to OutputDone
pub(crate) fn get_v1_migrated_state(
operation_id: OperationId,
cursor: &mut Cursor<&[u8]>,
) -> Result<Option<(Vec<u8>, OperationId)>>
Maps all Unreachable
states in the state machine to OutputDone