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

Method _Base_HasAtLeastOneRef

core/src/pengu.h:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 static int CALLBACK _Base_HasAtLeastOneRef(cef_base_ref_counted_t *_) noexcept {
177 return reinterpret_cast<CefRefCount *>(_)->ref_ > 0;
178 }
179};
180
181/// cef string interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected