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

Function GetHandles

CppCoverageTest/TestTools.cpp:61–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59 {
60 //-------------------------------------------------------------------------
61 void GetHandles(const std::filesystem::path& path, TestTools::T_HandlesFct action)
62 {
63 cov::StartInfo startInfo{ path };
64 cov::Debugger debugger{ false, false, false };
65 DebugEventsHandler debugEventsHandler{ action };
66
67 debugger.Debug(startInfo, debugEventsHandler);
68 }
69
70 //---------------------------------------------------------------------
71 boost::optional<cov::Options> Parse(

Callers 1

TESTFunction · 0.85

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected