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

Method Decompress

library/cpp/resource/registry.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133TString NResource::Decompress(const TStringBuf data) {
134 return GetCodec()->Decode(data);
135}
136
137IStore* NResource::CommonStore() {
138 return SingletonWithPriority<TStore, 0>();

Callers 2

QuickLZDecompressFunction · 0.45
ExecMethod · 0.45

Calls 2

GetCodecFunction · 0.70
DecodeMethod · 0.45

Tested by

no test coverage detected