344 |
#[allow(clippy::misnamed_getters)]
|
345 |
/// Returns a transaction id
|
145 |
#[inline]
|
146 |
#[allow(clippy::misnamed_getters)]
|
147 |
fn curr_strain(&self) -> f64 {
|
151 |
#[inline]
|
152 |
#[allow(clippy::misnamed_getters)]
|
153 |
fn curr_strain_mut(&mut self) -> &mut f64 {
|
343 |
#[inline]
|
344 |
#[allow(unknown_lints, clippy::misnamed_getters)] // this slice is made up of two halves and uses the primary for unfilled data
|
345 |
fn capacity(&self) -> usize {
|