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

Method onNextRecord

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

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

Source from the content-addressed store, hash-verified

136 * @brief Register a callback to be invoked when moving to a new record
137 */
138 void onNextRecord(NextRecord callback)
139 {
140 nextRecordCallback = callback;
141 }
142
143 /**
144 * @brief Goto a new section immediately

Callers 2

printClassicsFunction · 0.45
SectionTemplateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected