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

Method _Base_HasOneRef

core/src/pengu.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 static int CALLBACK _Base_HasOneRef(cef_base_ref_counted_t *_) noexcept {
173 return reinterpret_cast<CefRefCount *>(_)->ref_ == 1;
174 }
175
176 static int CALLBACK _Base_HasAtLeastOneRef(cef_base_ref_counted_t *_) noexcept {
177 return reinterpret_cast<CefRefCount *>(_)->ref_ > 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected