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

Method isOpen

app/src/Console/Export.cpp:243–250  ·  view source on GitHub ↗

* @brief Returns true if the console output file is open. */

Source from the content-addressed store, hash-verified

241 * @brief Returns true if the console output file is open.
242 */
243bool Console::Export::isOpen() const
244{
245#ifdef BUILD_COMMERCIAL
246 return m_isOpen.load(std::memory_order_relaxed);
247#else
248 return false;
249#endif
250}
251
252/**
253 * @brief Returns true if console log export is enabled.

Callers 3

isResourceOpenMethod · 0.45
processItemsMethod · 0.45
closeResourcesMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected