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

Function WriteUrl

library/cpp/neh/http_common.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 template <typename T>
40 void WriteUrl(const T& urlParts, IOutputStream& out) {
41 if (!IsEmpty(urlParts)) {
42 out << '?';
43 WriteImpl(urlParts, out);
44 }
45 }
46}
47
48namespace NNeh {

Callers 2

WriteUrlPartsFunction · 0.85
BuildRequestFunction · 0.85

Calls 2

WriteImplFunction · 0.85
IsEmptyFunction · 0.70

Tested by

no test coverage detected