MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / count

Method count

app/src/Misc/HelpCenter.cpp:83–86  ·  view source on GitHub ↗

* @brief Returns the number of currently visible (filtered) pages. */

Source from the content-addressed store, hash-verified

81 * @brief Returns the number of currently visible (filtered) pages.
82 */
83int Misc::HelpCenter::count() const noexcept
84{
85 return m_filteredPages.count();
86}
87
88/**
89 * @brief Returns the index of the currently selected page, or -1.

Callers 5

pageIdMethod · 0.45
pageTitleMethod · 0.45
setCurrentIndexMethod · 0.45
navigateToPageMethod · 0.45
fetchPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected