Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ IsLoaded
Method
IsLoaded
src/Nazara/Core/DynLib.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
*/
92
93
bool DynLib::IsLoaded() const
94
{
95
return m_impl != nullptr;
96
}
97
98
/*!
99
* \brief Loads the library with that path
Callers
1
IsInitialized
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected