Get the number of collected files.
(&self)
| 266 | |
| 267 | /// Get the number of collected files. |
| 268 | pub fn len(&self) -> usize { |
| 269 | self.files.len() |
| 270 | } |
| 271 | |
| 272 | /// Check if no files were collected. |
| 273 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected