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

Method sessionList

app/src/Sessions/DatabaseManager.cpp:326–329  ·  view source on GitHub ↗

* @brief Returns the cached session list as a QVariantList. */

Source from the content-addressed store, hash-verified

324 * @brief Returns the cached session list as a QVariantList.
325 */
326QVariantList Sessions::DatabaseManager::sessionList() const
327{
328 return m_sessionList;
329}
330
331/**
332 * @brief Returns the cached list of all tags defined in the database.

Callers 1

listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected