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

Method size

src/include/internal/cef_string_wrappers.h:389–389  ·  view source on GitHub ↗

Return the length of the string data.

Source from the content-addressed store, hash-verified

387 // Return the length of the string data.
388 ///
389 inline size_t size() const { return length(); }
390
391 ///
392 // Returns true if the string is empty.

Callers 6

~CallbackListBaseMethod · 0.80
AddFiltersFunction · 0.80
OnFileDialogMethod · 0.80
resizeEventMethod · 0.80
createButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected