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

Method setNewSection

Sming/Core/Data/Stream/SectionStream.h:151–158  ·  view source on GitHub ↗

* @brief Goto a new section after current tag has been processed */

Source from the content-addressed store, hash-verified

149 * @brief Goto a new section after current tag has been processed
150 */
151 bool setNewSection(int8_t index)
152 {
153 if(index < 0 || index >= sectionCount) {
154 return false;
155 }
156 newSection = index;
157 return true;
158 }
159
160protected:
161 /**

Callers 2

closeTagMethod · 0.80
elseTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected