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

Function DumpCTestProperty

Source/CTest/cmCTestMultiProcessHandler.cxx:1133–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133static Json::Value DumpCTestProperty(std::string const& name,
1134 Json::Value value)
1135{
1136 Json::Value property = Json::objectValue;
1137 property["name"] = name;
1138 property["value"] = std::move(value);
1139 return property;
1140}
1141
1142static Json::Value DumpCTestProperties(
1143 cmCTestTestHandler::cmCTestTestProperties& testProperties)

Callers 1

DumpCTestPropertiesFunction · 0.85

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…