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

Method Prepare

library/cpp/http/push_parser/http_parser.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void Prepare() {
114 HeaderLine_.reserve(128);
115 FirstLine_.reserve(128);
116 }
117
118 bool DecodeContent(TString& decodedContent) const;
119

Callers 3

OnPrepareMethod · 0.80
PrepareParserMethod · 0.80
ExpectNewRequestMethod · 0.80

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected