Skip to content

Commit

Permalink
Add back getter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern committed Nov 21, 2024
1 parent d02133b commit c75e880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ impl Reader {
Err(Error::RwLock)
}
}

pub fn get_raw_reader(&self) -> &RwLock<c2pa::Reader>{
&self.reader
}
}

pub struct Builder {
Expand Down

0 comments on commit c75e880

Please sign in to comment.