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

Method isOpen

app/src/CSV/Export.cpp:252–255  ·  view source on GitHub ↗

* @brief Returns whether a CSV file is currently open for writing. */

Source from the content-addressed store, hash-verified

250 * @brief Returns whether a CSV file is currently open for writing.
251 */
252bool CSV::Export::isOpen() const
253{
254 return m_isOpen.load(std::memory_order_relaxed);
255}
256
257/**
258 * @brief Returns whether CSV export is enabled.

Callers 15

Concepts.hFile · 0.45
isAnyPlayerOpenMethod · 0.45
subscriberGetStatusMethod · 0.45
openMethod · 0.45
getStatusMethod · 0.45
exportGetStatusMethod · 0.45
getStatusMethod · 0.45
closeMethod · 0.45
listMethod · 0.45
getMethod · 0.45
deleteSessionMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected