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

Method MaxCompressedLength

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

Source from the content-addressed store, hash-verified

40 }
41
42 size_t MaxCompressedLength(const TData& in) const override {
43 return in.size();
44 }
45
46 size_t Compress(const TData& in, void* out) const override {
47 MemCopy((char*)out, in.data(), in.size());

Callers 2

FlushImplMethod · 0.45
QuickLZCompressFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected