Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getRefCount
Method
getRefCount
test/unit/src/ComPtrTest.cpp:46–46 ·
view source on GitHub ↗
Test helpers
Source
from the content-addressed store, hash-verified
44
45
// Test helpers
46
ULONG getRefCount() const { return mRefCount; }
47
ULONG getAddRefCount() const { return mAddRefCount; }
48
ULONG getReleaseCount() const { return mReleaseCount; }
49
Callers
1
ComPtrTest.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected