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

Function WriteImpl

library/cpp/neh/http_common.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void WriteImpl(const TStringBuf url, IOutputStream& out) {
21 out << url;
22 }
23
24 bool IsEmpty(const TConstArrayRef<TString> urlParts) {
25 return urlParts.empty();

Callers 6

WriteMethod · 0.85
GetLengthFunction · 0.85
WriteUrlFunction · 0.85
BuildRequestFunction · 0.85
WriteMethod · 0.85
LongWriteMethod · 0.85

Calls 1

JoinUrlPartsFunction · 0.85

Tested by

no test coverage detected