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

Method Push

library/cpp/neh/tcp.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 struct TParts: public TVector<TPart> {
60 template <class T>
61 inline void Push(const T& t) {
62 Push(TPart(t));
63 }
64
65 inline void Push(const TPart& part) {
66 if (part.len) {

Callers 2

SerializeMethod · 0.45
SerializeMethod · 0.45

Calls 2

TPartClass · 0.85
push_backFunction · 0.50

Tested by

no test coverage detected