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

Function LoadStroka

library/cpp/neh/tcp.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 static inline TString LoadStroka(IInputStream& input, size_t len) {
51 TString tmp;
52
53 tmp.ReserveAndResize(len);
54 input.Load(tmp.begin(), tmp.size());
55
56 return tmp;
57 }
58
59 struct TParts: public TVector<TPart> {
60 template <class T>

Callers 1

DoRecvCycleMethod · 0.85

Calls 3

LoadMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected