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

Function Parse

library/cpp/http/push_parser/http_parser_ut.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace {
10 template <size_t N>
11 bool Parse(THttpParser& p, const char (&data)[N]) {
12 return p.Parse(data, N - 1);
13 }
14
15 TString MakeEncodedRequest(const TString& encoding, const TString& data) {
16 TStringStream msg;

Callers 4

Y_UNIT_TESTFunction · 0.70
ProcessHeadersMethod · 0.50
ParseMethod · 0.50
TFsmParserMethod · 0.50

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected