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

Method DecompressedLength

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

Source from the content-addressed store, hash-verified

69 }
70
71 size_t DecompressedLength(const TData& in) const override {
72 Check(in);
73
74 return ReadUnaligned<ui64>(in.data());
75 }
76
77 size_t MaxCompressedLength(const TData& in) const override {
78 return T::DoMaxCompressedLength(in.size()) + sizeof(ui64);

Callers

nothing calls this directly

Calls 2

CheckFunction · 0.50
dataMethod · 0.45

Tested by

no test coverage detected