(&self)
| 68 | |
| 69 | impl RemovedEntries { |
| 70 | fn is_empty(&self) -> bool { |
| 71 | self.orphaned.is_empty() && self.duplicates.is_empty() |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | // ── filter_shadow_file ──────────────────────────────────────────────────────── |
no outgoing calls
no test coverage detected