Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsEmpty
Function
IsEmpty
library/cpp/neh/http_common.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
namespace {
16
bool IsEmpty(const TStringBuf url) {
17
return url.empty();
18
}
19
20
void WriteImpl(const TStringBuf url, IOutputStream& out) {
21
out << url;
Callers
15
WriteUrl
Function · 0.70
BuildRequest
Function · 0.70
MakeFullRequestImpl
Function · 0.70
DoParse
Method · 0.50
Refresh
Method · 0.50
GetChar
Method · 0.50
ReadQuotedString
Method · 0.50
ReadBinaryString
Method · 0.50
ReadBinaryDouble
Method · 0.50
SkipSpaceAndGetChar
Method · 0.50
SkipSpaceAndGetCharFallback
Method · 0.50
GetStack
Method · 0.50
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected