Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ get
Method
get
src/include/base/cef_weak_ptr.h:250–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) {}
249
250
T* get() const { return ref_.is_valid() ? ptr_ : NULL; }
251
252
T& operator*() const {
253
DCHECK(get() != NULL);
Callers
15
automate-git.py
File · 0.45
cefpython3.__init__.py
File · 0.45
kivy-selectBox.js
File · 0.45
HasRefs
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected