MCPcopy Create free account
hub / github.com/comaps/comaps / DeleteProcessedFiles

Method DeleteProcessedFiles

libs/tracking/archival_file.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void FilesAccumulator::DeleteProcessedFiles()
90{
91 for (auto const & it : m_filesByType)
92 for (auto const & file : it.second.m_files)
93 base::DeleteFileX(file);
94}
95
96std::string GetArchiveFilename(uint8_t protocolVersion, std::chrono::seconds timestamp,
97 routing::RouterType const & trackType)

Callers 1

PrepareUploadMethod · 0.80

Calls 1

DeleteFileXFunction · 0.85

Tested by

no test coverage detected