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

Method isOpen

app/src/Sessions/Export.cpp:617–620  ·  view source on GitHub ↗

* @brief Returns whether the database is currently open. */

Source from the content-addressed store, hash-verified

615 * @brief Returns whether the database is currently open.
616 */
617bool Sessions::Export::isOpen() const
618{
619 return m_isOpen.load(std::memory_order_relaxed);
620}
621
622/**
623 * @brief Returns whether SQLite export is enabled.

Callers 15

finalizeSessionMethod · 0.45
openAndLoadMethod · 0.45
buildFromSessionMethod · 0.45
loadChartSeriesMethod · 0.45
closeDatabaseMethod · 0.45
refreshAllMethod · 0.45
deleteSessionMethod · 0.45
setSessionNotesMethod · 0.45
addTagMethod · 0.45
deleteTagMethod · 0.45
renameTagMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected