MCPcopy Create free account
hub / github.com/cztomczak/cefpython / empty

Method empty

src/include/base/cef_callback_list.h:158–161  ·  view source on GitHub ↗

Returns true if there are no subscriptions. This is only valid to call when not looping through the list.

Source from the content-addressed store, hash-verified

156 // Returns true if there are no subscriptions. This is only valid to call when
157 // not looping through the list.
158 bool empty() {
159 DCHECK_EQ(0, active_iterator_count_);
160 return callbacks_.empty();
161 }
162
163 protected:
164 // An iterator class that can be used to access the list of callbacks.

Callers 12

kivy-selectBox.jsFile · 0.45
AddFiltersFunction · 0.45
OnFileDialogMethod · 0.45
OnJSDialogMethod · 0.45
OnBeforeContextMenuMethod · 0.45
OpenInExternalBrowserFunction · 0.45
OnAfterCreatedMethod · 0.45
GetPrinterWithNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected