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

Method length

lib/ArduinoNative/src/WString.h:258–261  ·  view source on GitHub ↗

* Get string length. * * @return String length */

Source from the content-addressed store, hash-verified

256 * @return String length
257 */
258 unsigned int length() const
259 {
260 return m_stdStr.length();
261 }
262
263 /**
264 * Return the substring from index to the end.

Callers 15

onPacketMethod · 0.45
handleQueryMethod · 0.45
sendMethod · 0.45
broadcastMethod · 0.45
par2JsonMethod · 0.45
createDirectoriesMethod · 0.45
postMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by 2

testTokenizerFunction · 0.36
testLoggingFunction · 0.36