mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
stacked test internal
This commit is contained in:
@@ -35,6 +35,11 @@ impl ExpandedRow {
|
||||
&self.pairs
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) fn getPairsMut(&mut self) -> &mut [ExpandedPair]{
|
||||
&mut self.pairs
|
||||
}
|
||||
|
||||
pub fn getRowNumber(&self) -> u32 {
|
||||
self.rowNumber
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user