MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / _Base_AddRef

Method _Base_AddRef

core/src/pengu.h:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 std::atomic<size_t> ref_;
158
159 static void CALLBACK _Base_AddRef(cef_base_ref_counted_t *_) noexcept {
160 ++reinterpret_cast<CefRefCount *>(_)->ref_;
161 }
162
163 static int CALLBACK _Base_Release(cef_base_ref_counted_t *_) noexcept {
164 CefRefCount *self = reinterpret_cast<CefRefCount *>(_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected