MCPcopy Create free account
hub / github.com/SmingHub/Sming / pushBack

Method pushBack

Sming/Core/Data/CStringArray.h:232–235  ·  view source on GitHub ↗

* @brief Add item to end of array * @param str Item to add * @retval bool false on memory error */

Source from the content-addressed store, hash-verified

230 * @retval bool false on memory error
231 */
232 bool pushBack(const char* str)
233 {
234 return add(str);
235 }
236
237 /**
238 * @brief Pop last item from array

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected