Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Close
Method
Close
util/system/dynlib.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void TDynamicLibrary::Close() noexcept {
115
Impl_.Destroy();
116
}
117
118
void* TDynamicLibrary::SymOptional(const char* name) noexcept {
119
if (!IsLoaded()) {
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected