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

Method MaxCompressionLevel

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

Source from the content-addressed store, hash-verified

74
75 static constexpr int MinCompressionLevel() { return 1; }
76 static constexpr int MaxCompressionLevel() { return 2; }
77 static constexpr int DefaultCompressionLevel() { return 1; }
78 };
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected