Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetSsl
Method
SetSsl
library/cpp/neh/https.cpp:1122–1126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1120
}
1121
1122
void SetSsl(TSslHolder&& ssl) {
1123
Ssl_ = std::move(ssl);
1124
BIO_up_ref(*Connection_);
1125
SSL_set_bio(Ssl_.Get(), *Connection_, *Connection_);
1126
}
1127
1128
TSslHolder&& MoveSsl() {
1129
return std::move(Ssl_);
Callers
1
DoRun
Method · 0.45
Calls
2
move
Function · 0.50
Get
Method · 0.45
Tested by
no test coverage detected