Whether anything was imported.
(&self)
| 36 | impl SidecarStats { |
| 37 | /// Whether anything was imported. |
| 38 | pub fn is_empty(&self) -> bool { |
| 39 | self.provenance == 0 && self.attestations == 0 |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | /// Import every provenance graph and attestation carried by `pack`. |
no outgoing calls
no test coverage detected