MCPcopy Create free account
hub / github.com/Kitware/CMake / AddOption

Method AddOption

Source/cmInstrumentation.cxx:931–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931void cmInstrumentation::AddOption(cmInstrumentationQuery::Option option)
932{
933 this->options.insert(option);
934}
935
936std::string const& cmInstrumentation::GetCDashDir() const
937{

Callers 1

ReadJSONQueryMethod · 0.95

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected