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

Method Process

CppCoverage/Process.cpp:63–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62 //-------------------------------------------------------------------------
63 Process::Process(const StartInfo& startInfo)
64 : startInfo_(startInfo)
65 {
66 }
67
68 //-------------------------------------------------------------------------
69 Process::~Process()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected