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

Method AddExport

CppCoverage/Options.cpp:151–154  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

149
150 //-------------------------------------------------------------------------
151 void Options::AddExport(OptionsExport&& optionExport)
152 {
153 exports_.push_back(std::move(optionExport));
154 }
155
156 //-------------------------------------------------------------------------
157 const std::vector<OptionsExport>& Options::GetExports() const

Callers 2

TryAddExportPluginFunction · 0.80
ParseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected