Compare raw ASE tar-header coverage against an immutable VIN store.
1.1 Parameters
Name
Type
Description
Default
store
VinOfflineStoreConfig
Immutable VIN offline store to inspect.
required
max_tars
int | None
Optional cap on raw tar shards scanned.
None
progress_cb
Callable[[int, int], None] | None
Optional callback receiving (done, total) tar counts.
None
1.2 Returns
Name
Type
Description
VinOfflineCoverageStats
Coverage summary for Streamlit and tests.
Source Code
# collect_vin_offline_dataset_coverage { #aria_nbv.data_handling.collect_vin_offline_dataset_coverage }```pythondata_handling.collect_vin_offline_dataset_coverage( store,*, max_tars=None, progress_cb=None,)```Compare raw ASE tar-header coverage against an immutable VIN store.## Parameters {.doc-section .doc-section-parameters}| Name | Type | Description | Default ||-------------|----------------------------------------|-----------------------------------------------------------|------------|| store | VinOfflineStoreConfig | Immutable VIN offline store to inspect. | _required_ || max_tars | int \| None | Optional cap on raw tar shards scanned. |`None`|| progress_cb | Callable\[\[int, int\], None\]\| None | Optional callback receiving ``(done, total)`` tar counts. | `None` |## Returns {.doc-section .doc-section-returns}| Name | Type | Description ||--------|-------------------------|-------------------------------------------||| VinOfflineCoverageStats | Coverage summary for Streamlit and tests. |