mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
stacked test internal
This commit is contained in:
@@ -63,6 +63,11 @@ impl ExpandedPair {
|
||||
&self.finderPattern
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) fn getFinderPatternMut(&mut self) -> &mut Option<FinderPattern> {
|
||||
&mut self.finderPattern
|
||||
}
|
||||
|
||||
pub fn mustBeLast(&self) -> bool {
|
||||
self.rightChar.is_none()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user