Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ AddRef
Method
AddRef
src/include/base/cef_ref_counted.h:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
RefCounted() {}
162
163
void AddRef() const { cef_subtle::RefCountedBase::AddRef(); }
164
165
void Release() const {
166
if (cef_subtle::RefCountedBase::Release()) {
Callers
2
scoped_refptr
Method · 0.45
scoped_refptr
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected