MCPcopy Index your code
hub / github.com/Kitware/CMake / PresetVectorStringHelper

Function PresetVectorStringHelper

Source/cmCMakePresetsGraphReadJSON.cxx:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351bool PresetVectorStringHelper(std::vector<std::string>& out,
352 Json::Value const* value, cmJSONState* state)
353{
354 static auto const helper = JSONHelperBuilder::Vector<std::string>(
355 cmCMakePresetsErrors::INVALID_PRESET,
356 cmCMakePresetsGraphInternal::PresetStringHelper);
357 return helper(out, value, state);
358}
359
360bool PresetBoolHelper(bool& out, Json::Value const* value, cmJSONState* state)
361{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…