compressLogBatch method

Future<CompressedLogBatch> compressLogBatch(
  1. List<CompressibleLogEntry> entries
)

Compress log batch for testing

Implementation

Future<CompressedLogBatch> compressLogBatch(
  List<CompressibleLogEntry> entries,
) => _compressLogBatch(entries);