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

Function ToString

Source/cmPackageInfoReader.cxx:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::string ToString(Json::Value const& value)
114{
115 if (value.isString()) {
116 return value.asString();
117 }
118 return {};
119}
120
121bool CheckSchemaVersion(Json::Value const& data)
122{

Callers 8

JoinMethod · 0.70
CheckSchemaVersionFunction · 0.70
DeterminePrefixFunction · 0.70
GetNameMethod · 0.70
ParseVersionMethod · 0.70
GetRequirementsMethod · 0.70
ImportTargetsMethod · 0.70

Calls 2

isStringMethod · 0.80
asStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…