MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ~TemporaryPath

Method ~TemporaryPath

TestHelper/TemporaryPath.cpp:52–59  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

50
51 //-------------------------------------------------------------------------
52 TemporaryPath::~TemporaryPath()
53 {
54 std::error_code error;
55 if (!fs::remove_all(path_, error))
56 {
57 LOG_ERROR << error;
58 }
59 }
60
61 //-------------------------------------------------------------------------
62 TemporaryPath::operator const std::filesystem::path& () const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected