Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ ~dynamicLinker
Method
~dynamicLinker
extlibs/dynamicLinker/src/dynamicLinker.cpp:53–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
dynamicLinker::~dynamicLinker() {
54
if( lib != nullptr ) {
55
if( ! closeLib() ) {
56
lib.reset();
57
return;
58
}
59
lib->null();
60
lib = nullptr;
61
}
62
}
63
64
dynamicLinker::_void::_void( void * ptr ) : myself(ptr) {}
65
Callers
nothing calls this directly
Calls
2
reset
Method · 0.45
null
Method · 0.45
Tested by
no test coverage detected