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

Method SetWorkingDirectory

CppCoverage/StartInfo.cpp:55–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54 //-------------------------------------------------------------------------
55 void StartInfo::SetWorkingDirectory(const fs::path& workingDirectory)
56 {
57 CheckPathExists("Working directory", workingDirectory);
58 workingDirectory_ = workingDirectory;
59 }
60
61 //-------------------------------------------------------------------------
62 void StartInfo::AddArgument(const std::wstring& argument)

Callers 2

GetStartInfoFunction · 0.80
TESTFunction · 0.80

Calls 1

CheckPathExistsFunction · 0.85

Tested by 1

TESTFunction · 0.64