MCPcopy Create free account
hub / github.com/KDE/labplot / keepNValues

Method keepNValues

src/backend/datasources/MQTTClient.cpp:138–140  ·  view source on GitHub ↗

! * \brief Returns how many values we should store */

Source from the content-addressed store, hash-verified

136 * \brief Returns how many values we should store
137 */
138int MQTTClient::keepNValues() const {
139 return m_keepNValues;
140}
141
142/*!
143 * \brief Provides information about whether the reading is paused or not

Callers 3

setMQTTClientMethod · 0.45
setLiveDataSourceMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected