Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HasSsl
Method
HasSsl
library/cpp/neh/https.cpp:403–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
bool HasSsl() const {
404
return Ssl.Get();
405
}
406
407
TSslHolder&& MoveSsl() {
408
return std::move(Ssl);
Callers
1
DoRun
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected