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

Method PutSelfToCache

library/cpp/neh/http2.cpp:1107–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105 }
1106
1107 void THttpConn::PutSelfToCache() {
1108 THttpConnRef c(this);
1109 HttpConnManager()->Put(c, AddrId_);
1110 }
1111
1112 void THttpConn::OnConnectFailed(const TErrorCode& ec) {
1113 THttpRequestRef r(GetRequest());

Callers

nothing calls this directly

Calls 2

HttpConnManagerFunction · 0.85
PutMethod · 0.45

Tested by

no test coverage detected