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

Method StartInfo

CppCoverage/StartInfo.cpp:40–44  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39 //-------------------------------------------------------------------------
40 StartInfo::StartInfo(const fs::path& path)
41 : path_(path)
42 {
43 AddArgument(path.wstring());
44 }
45
46 //-------------------------------------------------------------------------
47 StartInfo::StartInfo(StartInfo&& startInfo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected