Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ IsPersistent
Method
IsPersistent
src/Nazara/Core/RefCounted.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
*/
67
68
bool RefCounted::IsPersistent() const
69
{
70
return m_persistent;
71
}
72
73
/*!
74
* \brief Removes a reference to the object
Callers
1
RefCounted.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected