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

Method getSection

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

* @brief Get description of the current section * @retval Section* The section information, or nullptr if there is no current section */

Source from the content-addressed store, hash-verified

107 * @retval Section* The section information, or nullptr if there is no current section
108 */
109 const Section* getSection() const
110 {
111 return getSection(currentSectionIndex);
112 }
113
114 /**
115 * @brief Get description for any section given its index

Callers 1

evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected