Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ ~scoped_refptr
Method
~scoped_refptr
src/include/base/cef_ref_counted.h:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
~scoped_refptr() {
322
if (ptr_)
323
ptr_->Release();
324
}
325
326
T* get() const { return ptr_; }
327
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected