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

Method SetLabelFilter

Source/CTest/cmCTestCoverageHandler.cxx:2200–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2198}
2199
2200void cmCTestCoverageHandler::SetLabelFilter(
2201 std::set<std::string> const& labels)
2202{
2203 this->LabelFilter.clear();
2204 for (std::string const& l : labels) {
2205 this->LabelFilter.insert(this->GetLabelId(l));
2206 }
2207}
2208
2209bool cmCTestCoverageHandler::IntersectsFilter(LabelSet const& labels)
2210{

Callers 1

InitializeHandlerMethod · 0.80

Calls 3

GetLabelIdMethod · 0.95
clearMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected