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

Method AddArgument

CppCoverage/StartInfo.cpp:62–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61 //-------------------------------------------------------------------------
62 void StartInfo::AddArgument(const std::wstring& argument)
63 {
64 arguments_.push_back(argument);
65 }
66
67 //-------------------------------------------------------------------------
68 const std::filesystem::path& StartInfo::GetPath() const

Callers 4

GetStartInfoFunction · 0.80
TESTFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
RunMethod · 0.64