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

Method Clear

library/cpp/http/misc/httpreqdata.cpp:96–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96 void TBaseServerRequestData::Clear() {
97 HeadersIn_.clear();
98 Addr_ = Nothing();
99 Path_.clear();
100 Query_ = {};
101 OrigQuery_ = {};
102 Host_.clear();
103 Port_.clear();
104 CurPage_.remove();
105 ParseBuf_.clear();
106 BeginTime_ = MicroSeconds();
107}
108
109const TString& TBaseServerRequestData::GetCurPage() const {
110 if (!CurPage_ && Host_) {

Callers 2

TImplMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 4

NothingFunction · 0.85
MicroSecondsFunction · 0.85
clearMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected