MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / GetWorkingDirectory

Method GetWorkingDirectory

CppCoverage/StartInfo.cpp:80–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78
79 //-------------------------------------------------------------------------
80 const fs::path* StartInfo::GetWorkingDirectory() const
81 {
82 if (workingDirectory_)
83 return &workingDirectory_.get();
84 return nullptr;
85 }
86
87 //-------------------------------------------------------------------------
88 std::wostream& operator<<(std::wostream& ostr, const StartInfo& startInfo)

Callers 3

StartMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64