Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
protected:
Callers
6
decReferenceCount
Function · 0.85
decReferenceCountWithoutDeleting
Function · 0.85
~ReferenceCountedObject
Function · 0.85
decReferenceCount
Method · 0.85
decReferenceCountWithoutDeleting
Method · 0.85
~SingleThreadedReferenceCountedObject
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected