* @brief Stores the schema template frame; must run on the worker thread (queued invoke) so * the assignment never races processItems() or closeResources(). */
| 78 | * the assignment never races processItems() or closeResources(). |
| 79 | */ |
| 80 | void CSV::ExportWorker::setTemplateFrame(const DataModel::Frame& frame) |
| 81 | { |
| 82 | m_templateFrame = frame; |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * @brief Processes a batch of CSV frames, creating the file if needed. |
no outgoing calls
no test coverage detected