Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetReferenceCount
Method
GetReferenceCount
src/Nazara/Core/RefCounted.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
*/
57
58
unsigned int RefCounted::GetReferenceCount() const
59
{
60
return m_referenceCount;
61
}
62
63
/*!
64
* \brief Checks whether the object is persistent
Callers
1
RefCounted.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected