| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected