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

Method TmpDir

generator/address_parser/address_parser_tests/parser_tests.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 std::string const & Get() const { return m_path; }
73
74 TmpDir()
75 {
76 (void)Platform::RmDirRecursively(m_path);
77 TEST(Platform::MkDirChecked(m_path), ());
78 }
79 ~TmpDir() { TEST(Platform::RmDirRecursively(m_path), ()); }
80};
81

Callers 8

UNIT_TESTFunction · 0.80
GetDumpFilePathFunction · 0.80
ExportSingleFileKmlFunction · 0.80
ExportSingleFileGpxFunction · 0.80
BuildIndexFileFunction · 0.80
ExportMultipleFilesFunction · 0.80
UNIT_CLASS_TESTFunction · 0.80

Calls 1

TESTFunction · 0.85

Tested by

no test coverage detected