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

Method onWorkerOpenChanged

app/src/Console/Export.cpp:363–368  ·  view source on GitHub ↗

* @brief Called when the worker thread changes the file open state. */

Source from the content-addressed store, hash-verified

361 * @brief Called when the worker thread changes the file open state.
362 */
363void Console::Export::onWorkerOpenChanged()
364{
365 auto* worker = static_cast<ExportWorker*>(m_worker);
366 m_isOpen.store(worker->isResourceOpen(), std::memory_order_relaxed);
367 Q_EMIT openChanged();
368}
369#endif

Callers

nothing calls this directly

Calls 1

isResourceOpenMethod · 0.45

Tested by

no test coverage detected