MCPcopy Create free account
hub / github.com/catboost/catboost / TBZipCodec

Method TBZipCodec

library/cpp/blockcodecs/codecs/bzip/bzip.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace {
10 struct TBZipCodec: public TAddLengthCodec<TBZipCodec> {
11 inline TBZipCodec(int level)
12 : Level(level)
13 , MyName("bzip2-" + ToString(Level))
14 {
15 }
16
17 static inline size_t DoMaxCompressedLength(size_t in) noexcept {
18 // very strange

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected