compressLogBatch method
Compress log batch for testing
Implementation
Future<CompressedLogBatch> compressLogBatch(
List<CompressibleLogEntry> entries,
) => _compressLogBatch(entries);
Compress log batch for testing
Future<CompressedLogBatch> compressLogBatch(
List<CompressibleLogEntry> entries,
) => _compressLogBatch(entries);