Returns the number of files in this group
(&self)
| 399 | |
| 400 | /// Returns the number of files in this group |
| 401 | pub fn len(&self) -> usize { |
| 402 | self.files.len() |
| 403 | } |
| 404 | |
| 405 | /// Set the statistics for this group |
| 406 | pub fn with_statistics(mut self, statistics: Arc<Statistics>) -> Self { |
no outgoing calls