Skip to content

Commit

Permalink
blockreader.rs NFC trace streamed_file()
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Sep 18, 2023
1 parent 4b80fa5 commit b0f7f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/readers/blockreader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ impl BlockReader {
/// If `false` then no presumptions are made about the value of
/// `blockoffset` passed to `read_block_File`.
pub fn streamed_file(&self) -> bool {
defñ!();
matches!(
self.filetype,
FileType::Gz
Expand Down

0 comments on commit b0f7f10

Please sign in to comment.