Skip to main content

read_bal_index

Function read_bal_index 

Source
fn read_bal_index<DB>(state: &&mut State<DB>) -> u64
Expand description

Reads the BAL index from a &mut State<DB>.

Used as a BalIndexReader callback so the generic BbBlockExecutor can pick its starting segment without a trait bound on DB.