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

Function DumpRegExToJsonArray

Source/CTest/cmCTestMultiProcessHandler.cxx:1078–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078static Json::Value DumpRegExToJsonArray(
1079 std::vector<std::pair<cmsys::RegularExpression, std::string>> const& values)
1080{
1081 Json::Value jsonArray = Json::arrayValue;
1082 for (auto const& it : values) {
1083 jsonArray.append(it.second);
1084 }
1085 return jsonArray;
1086}
1087
1088static Json::Value DumpMeasurementToJsonArray(
1089 std::map<std::string, std::string> const& values)

Callers 2

DumpTimeoutAfterMatchFunction · 0.85
DumpCTestPropertiesFunction · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…