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

Function ExportOptionParser

CppCoverage/ExportOptionParser.hpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 static const std::string ExportTypeBinaryValue;
36
37 explicit ExportOptionParser(std::vector<ExportPluginDescription>&&);
38
39 ExportOptionParser(const ExportOptionParser&) = delete;
40 ExportOptionParser& operator=(const ExportOptionParser&) = delete;
41
42 void ParseOption(const ProgramOptionsVariablesMap&, Options&) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected