Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Write
Method · 0.85
GetLength
Function · 0.85
WriteUrl
Function · 0.85
BuildRequest
Function · 0.85
Write
Method · 0.85
LongWrite
Method · 0.85
Calls
1
JoinUrlParts
Function · 0.85
Tested by
no test coverage detected