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

Function WriteUrlParts

library/cpp/neh/http_common.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void WriteUrlParts(const TConstArrayRef<TString> urlParts, IOutputStream& out) {
77 WriteUrl(urlParts, out);
78 }
79 }
80}
81

Callers

nothing calls this directly

Calls 1

WriteUrlFunction · 0.85

Tested by

no test coverage detected