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

Method Create

library/cpp/neh/http2.cpp:1099–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097 }
1098
1099 THttpConnRef THttpConn::Create(TIOService& srv) {
1100 if (HttpConnManager()->IsShutdown()) {
1101 throw yexception() << "can't create connection with shutdowned service";
1102 }
1103
1104 return new THttpConn(srv);
1105 }
1106
1107 void THttpConn::PutSelfToCache() {
1108 THttpConnRef c(this);

Callers 5

SendRequestMethod · 0.45
DoSendsMethod · 0.45
RunDispatcherMethod · 0.45
OnAcceptFullMethod · 0.45
DispatcherMethod · 0.45

Calls 3

HttpConnManagerFunction · 0.85
yexceptionClass · 0.85
IsShutdownMethod · 0.80

Tested by

no test coverage detected