MCPcopy 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.pyFile · 0.45
kivy-selectBox.jsFile · 0.45
HasRefsMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected