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

Method substring

lib/ArduinoNative/src/WString.h:270–273  ·  view source on GitHub ↗

* Return the substring from index to the end. * * @param[in] index Index. * * @return Substring */

Source from the content-addressed store, hash-verified

268 * @return Substring
269 */
270 String substring(unsigned int index) const
271 {
272 return m_stdStr.substr(index);
273 }
274
275 /**
276 * Return the substring between left and right index.

Callers 15

startHttpRequestMethod · 0.80
par2JsonMethod · 0.80
parseMethod · 0.80
handleSolidColorMethod · 0.80
handleLinearGradientMethod · 0.80
horizontalMoveMethod · 0.80
verticalMoveMethod · 0.80
getFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected