fn reconcile_plan_with_scan(
plan: VerifyPlan,
scan: VerifyDataScan,
) -> VerifyOutcomeExpand description
Reconciles the manifest plan against the storage scan. Pure; performs no IO.
Emits missing-file problems for expected files absent from storage and unexpected-file problems for storage files no chunk claims. Unexpected files are sorted by path so output is deterministic regardless of listing order.