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

Method TCompressionHolder

library/cpp/par/compression.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace {
12 struct TCompressionHolder {
13 TCompressionHolder() {
14 CodecPtr = Codec(GetEnv("PAR_CODEC", "lz4fast"));
15 }
16 const ICodec* CodecPtr = nullptr;
17 };
18}

Callers

nothing calls this directly

Calls 1

GetEnvFunction · 0.50

Tested by

no test coverage detected