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

Method count

app/src/Misc/Examples.cpp:90–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88 * @brief Returns the number of currently visible (filtered) examples.
89 */
90int Misc::Examples::count() const noexcept
91{
92 return m_filteredExamples.count();
93}
94
95/**
96 * @brief Returns the index of the currently selected example, or -1.

Callers 15

getDatasetColorMethod · 0.45
getDeviceTopColorMethod · 0.45
getDeviceBottomColorMethod · 0.45
getDeviceColorMethod · 0.45
rebuildDevicesMethod · 0.45
matchPortByLocationFunction · 0.45
openMethod · 0.45
portListMethod · 0.45
setPortIndexMethod · 0.45
setParityMethod · 0.45
setDataBitsMethod · 0.45

Calls

no outgoing calls