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

Method empty

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

Returns true if the string is empty.

Source from the content-addressed store, hash-verified

392 // Returns true if the string is empty.
393 ///
394 bool empty() const { return (string_ == NULL || string_->length == 0); }
395
396 ///
397 // Compare this string to the specified string.

Callers 4

compareMethod · 0.45
FromStringMethod · 0.45
FromWStringMethod · 0.45
FromString16Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected