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

Method onNextSection

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

* @brief Register a callback to be invoked when moving to a new section */

Source from the content-addressed store, hash-verified

128 * @brief Register a callback to be invoked when moving to a new section
129 */
130 void onNextSection(NextSection callback)
131 {
132 nextSectionCallback = callback;
133 }
134
135 /**
136 * @brief Register a callback to be invoked when moving to a new record

Callers 1

SectionTemplateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected