Skip to main content

rsm_block_commands_from_wal

Function rsm_block_commands_from_wal 

Source
fn rsm_block_commands_from_wal(
    height: u64,
    first_command_seq: u64,
    records: &[WalRecordWithOffset],
) -> Result<Vec<EngineJournalRsmBlockCommandInput>>