MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / isEmpty

Method isEmpty

lib/ArduinoNative/src/WString.h:331–334  ·  view source on GitHub ↗

* Is string empty? * * @return If empty, it will return true otherwise false. */

Source from the content-addressed store, hash-verified

329 * @return If empty, it will return true otherwise false.
330 */
331 bool isEmpty() const
332 {
333 return m_stdStr.empty();
334 }
335
336 /**
337 * Get index of given character.

Callers 15

startHttpRequestMethod · 0.45
processMethod · 0.45
startHttpRequestMethod · 0.45
beginMethod · 0.45
startHttpRequestMethod · 0.45
handleWebResponseMethod · 0.45
registerTopicMethod · 0.45
unregisterTopicMethod · 0.45
getUriMethod · 0.45
webReqHandlerMethod · 0.45
isIconShownMethod · 0.45
getActiveIconSlotsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected