Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
namespace NNeh {
Callers
2
WriteUrlParts
Function · 0.85
BuildRequest
Function · 0.85
Calls
2
WriteImpl
Function · 0.85
IsEmpty
Function · 0.70
Tested by
no test coverage detected