Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Serialize
Method · 0.45
Serialize
Method · 0.45
Calls
2
TPart
Class · 0.85
push_back
Function · 0.50
Tested by
no test coverage detected