MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getReferenceCount

Function getReferenceCount

src/extra/ReferenceCountedObject.hpp:101–101  ·  view source on GitHub ↗

Returns the object's current reference count. */

Source from the content-addressed store, hash-verified

99
100 /** Returns the object's current reference count. */
101 int getReferenceCount() const noexcept { return refCount.get(); }
102
103
104protected:

Calls 1

getMethod · 0.45

Tested by

no test coverage detected