Check if no files were collected.
(&self)
| 271 | |
| 272 | /// Check if no files were collected. |
| 273 | pub fn is_empty(&self) -> bool { |
| 274 | self.files.is_empty() |
| 275 | } |
| 276 | |
| 277 | /// Get paths of all collected files. |
| 278 | pub fn paths(&self) -> impl Iterator<Item = &str> |
no outgoing calls
no test coverage detected