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

Method DecompressedLength

library/cpp/blockcodecs/core/common.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 struct TNullCodec: public ICodec {
38 size_t DecompressedLength(const TData& in) const override {
39 return in.size();
40 }
41
42 size_t MaxCompressedLength(const TData& in) const override {
43 return in.size();

Callers 3

DoUnboundedNextMethod · 0.45
ReportRedefinitionErrorFunction · 0.45
QuickLZDecompressFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected