MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / operator->

Method operator->

TestHelper/TemporaryPath.cpp:74–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72
73 //-------------------------------------------------------------------------
74 const std::filesystem::path* TemporaryPath::operator->() const
75 {
76 return &path_;
77 }
78}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected