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:
@@ -48,6 +48,11 @@ impl FinderPattern {
|
||||
&self.startEnd
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate)fn getStartEndMut(&mut self) -> &mut [usize]{
|
||||
&mut self.startEnd
|
||||
}
|
||||
|
||||
pub fn getRXingResultPoints(&self) -> &[RXingResultPoint] {
|
||||
&self.resultPoints
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user