Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ReleaseRequest
Method
ReleaseRequest
library/cpp/neh/http2.cpp:876–883 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
}
875
876
inline THttpRequestRef ReleaseRequest() noexcept {
877
THttpRequestRef r;
878
{
879
TGuard<TSpinLock> g(SL_);
880
r.Swap(Req_);
881
}
882
return r;
883
}
884
885
void OnConnectFailed(const TErrorCode& ec);
886
Callers
nothing calls this directly
Calls
1
Swap
Method · 0.45
Tested by
no test coverage detected