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

Method front

Sming/Core/Data/CStringArray.h:204–207  ·  view source on GitHub ↗

* @brief Get first value in array, null if empty */

Source from the content-addressed store, hash-verified

202 * @brief Get first value in array, null if empty
203 */
204 const char* front() const
205 {
206 return cbuffer();
207 }
208
209 /**
210 * @brief Insert item at start of array

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected