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

Method GetError

library/cpp/http/server/http.cpp:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563const char* THttpServer::GetError() {
564 return Impl_->GetError();
565}
566
567void THttpServer::RestartRequestThreads(ui32 n, ui32 queue) {
568 Impl_->RestartRequestThreads(n, queue);

Callers 3

RunMethod · 0.45
Y_UNIT_TESTFunction · 0.45
shellcommand.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected