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

Method sectionCount

Sming/Core/Data/Stream/SectionTemplate.h:165–168  ·  view source on GitHub ↗

* @brief Get number of sections in source stream * @retval uint8_t Source is scanned in constructor so this is always valid */

Source from the content-addressed store, hash-verified

163 * @retval uint8_t Source is scanned in constructor so this is always valid
164 */
165 uint8_t sectionCount() const
166 {
167 return sectionStream.count();
168 }
169
170 /**
171 * @brief Get current record index

Callers 1

executeMethod · 0.80

Calls 1

countMethod · 0.45

Tested by 1

executeMethod · 0.64