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

Method Next

library/cpp/neh/http_headers.h:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 bool Next(TStringBuf& header) {
26 while (Headers_.ReadLine(header)) {
27 if (!header.empty()) {
28 return true;
29 }
30 }
31 return false;
32 }
33 private:
34 TStringBuf Headers_;
35 };

Callers 1

HasHostHeaderFunction · 0.45

Calls 2

ReadLineMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected