Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ get
Method
get
src/include/base/cef_bind_helpers.h:374–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
explicit OwnedWrapper(T* o) : ptr_(o) {}
373
~OwnedWrapper() { delete ptr_; }
374
T* get() const { return ptr_; }
375
OwnedWrapper(const OwnedWrapper& other) {
376
ptr_ = other.ptr_;
377
other.ptr_ = NULL;
Callers
4
Unwrap
Method · 0.45
Unwrap
Method · 0.45
Unwrap
Method · 0.45
Unwrap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected