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

Method release

Sming/Core/Data/CStringArray.h:95–98  ·  view source on GitHub ↗

* @brief Give up underlying String object to caller so it can be manipulated */

Source from the content-addressed store, hash-verified

93 * @brief Give up underlying String object to caller so it can be manipulated
94 */
95 String release()
96 {
97 return std::move(*this);
98 }
99
100 /** @brief Append a new string (or array of strings) to the end of the array
101 * @param str

Callers 8

executeMethod · 0.45
sendMethod · 0.45
sendMailHeadersMethod · 0.45
sendMailBodyMethod · 0.45
sendMethod · 0.45
itemCompleteMethod · 0.45
extractAtMethod · 0.45
DynamicPrintBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected