Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ AddRef
Method
AddRef
module/RefCounted.h:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
class RefCounted {
87
public:
88
void AddRef() {
89
++mRefCount;
90
}
91
92
uint32_t Release() {
93
uint32_t newCount = --mRefCount;
Callers
1
Assign
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected