MCPcopy 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
114void TDynamicLibrary::Close() noexcept {
115 Impl_.Destroy();
116}
117
118void* TDynamicLibrary::SymOptional(const char* name) noexcept {
119 if (!IsLoaded()) {

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected