Should be working ok now

This commit is contained in:
Igor Katson 2023-11-24 14:08:02 +00:00
parent 5e728fc67b
commit afbf2a76b9
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 197 additions and 105 deletions

View file

@ -76,14 +76,6 @@ impl ChunkTracker {
}
}
pub fn get_have_bytes(&self) -> u64 {
todo!()
}
pub fn get_needed_bytes(&self) -> u64 {
todo!()
}
pub fn get_lengths(&self) -> &Lengths {
&self.lengths
}