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

Method ToString

library/cpp/par/par_network.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 TString Url;
36 int RetriesRest = DefaultRetries;
37 TString ToString() const {
38 TStringBuilder str;
39 str << "reqId: " << GetGuidAsString(SentGUID)
40 << " " << NehMessage.Addr
41 << " " << Url
42 << " retries rest: " << RetriesRest;
43 return str;
44 }
45 ~TSentNetQueryInfo() override {
46 }
47 };

Callers 1

Calls 1

GetGuidAsStringFunction · 0.85

Tested by

no test coverage detected