MCPcopy Create free account
hub / github.com/google/snappy / CompressionOptions

Method CompressionOptions

snappy.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 int level = DefaultCompressionLevel();
70
71 constexpr CompressionOptions() = default;
72 constexpr explicit CompressionOptions(int compression_level)
73 : level(compression_level) {}
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected