MCPcopy 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
15namespace {
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

WriteUrlFunction · 0.70
BuildRequestFunction · 0.70
MakeFullRequestImplFunction · 0.70
DoParseMethod · 0.50
RefreshMethod · 0.50
GetCharMethod · 0.50
ReadQuotedStringMethod · 0.50
ReadBinaryStringMethod · 0.50
ReadBinaryDoubleMethod · 0.50
SkipSpaceAndGetCharMethod · 0.50
GetStackMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected