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

Method Save

generator/collector_tag.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void CollectorTag::Save()
46{
47 CHECK(!m_stream.is_open(), ("Finish() has not been called."));
48 if (Platform::IsFileExistsByFullPath(GetTmpFilename()))
49 CHECK(base::CopyFileX(GetTmpFilename(), GetFilename()), ());
50}
51
52void CollectorTag::OrderCollectedData()
53{

Callers

nothing calls this directly

Calls 1

CopyFileXFunction · 0.85

Tested by

no test coverage detected