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

Method closeFile

app/src/CSV/Export.cpp:272–276  ·  view source on GitHub ↗

* @brief Flushes queued data and closes the currently open CSV file. */

Source from the content-addressed store, hash-verified

270 * @brief Flushes queued data and closes the currently open CSV file.
271 */
272void CSV::Export::closeFile()
273{
274 auto* worker = static_cast<ExportWorker*>(m_worker);
275 QMetaObject::invokeMethod(worker, "close", Qt::QueuedConnection);
276}
277
278/**
279 * @brief Syncs cached open state from the worker and emits openChanged.

Callers 7

closeMethod · 0.45
exportCloseMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
handleMissingDatasetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected