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

Method ReadFirstLine

library/cpp/http/io/stream.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 static TString ReadFirstLine(TBufferedInput& in) {
155 TString s;
156 Y_ENSURE_EX(in.ReadLine(s), THttpReadException() << "Failed to get first line");
157 return s;
158 }
159
160 inline ~TImpl() {
161 }

Callers

nothing calls this directly

Calls 2

THttpReadExceptionClass · 0.85
ReadLineMethod · 0.45

Tested by

no test coverage detected