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

Method DefaultCompressionLevel

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

Source from the content-addressed store, hash-verified

75 static constexpr int MinCompressionLevel() { return 1; }
76 static constexpr int MaxCompressionLevel() { return 2; }
77 static constexpr int DefaultCompressionLevel() { return 1; }
78 };
79
80 // Scratch memory for compression, reusable across compressions. Callers that

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected