Expand description
Set-difference between two ScanReports, keyed on PathEntry::path.
Membership is decided by path identity (including any #<fragment>
suffix for local_config virtual entries), and content equality is
decided by PathEntry::sha256. Entries appearing only in curr are
added; entries appearing only in prev are removed; entries with
the same path but different sha are modified. Output vectors are
sorted by path so the diff is reproducible.
Structs§
- Change
- One modified-file row in
DiffReport::modified. - Diff
Report - Classified difference between two snapshots.
Functions§
- compute
- Compute the
DiffReportfromprev(older) tocurr(newer).