Skip to content

RepositoryExportStream

Class: warmhub.RepositoryExportStream

RepositoryExportStream(reader: RepositoryExportReader, rows: Iterator[RepositoryExportRow])

Validated rows, plus the reader holding the header, counts and digest.

reader.trailer is None until rows has been fully consumed; the export is verified at that moment, not before.

reader

Documentation is not yet available.

rows

Documentation is not yet available.