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

Method Encode

library/cpp/blockcodecs/core/codecs.h:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 void Decode(const TData& in, TString& out) const;
63
64 inline TString Encode(const TData& in) const {
65 TString out;
66
67 Encode(in, out);
68
69 return out;
70 }
71
72 inline TString Decode(const TData& in) const {
73 TString out;

Callers

nothing calls this directly

Calls 1

EncodeFunction · 0.50

Tested by

no test coverage detected