MCPcopy 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.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected