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

Method OptionsExport

CppCoverage/OptionsExport.cpp:26–31  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24{
25 //-------------------------------------------------------------------------
26 OptionsExport::OptionsExport(OptionsExportType type,
27 std::wstring&& name,
28 std::optional<std::wstring>&& parameter)
29 : type_{type}, name_{std::move(name)}, parameter_{std::move(parameter)}
30 {
31 }
32
33 //-------------------------------------------------------------------------
34 OptionsExportType OptionsExport::GetType() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected