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

Function PresetConditionHelper

Source/cmCMakePresetsGraphReadJSON.cxx:427–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427bool PresetConditionHelper(
428 std::shared_ptr<cmCMakePresetsGraph::Condition>& out,
429 Json::Value const* value, cmJSONState* state)
430{
431 std::unique_ptr<cmCMakePresetsGraph::Condition> ptr;
432 auto result = ConditionHelper(ptr, value, state);
433 out = std::move(ptr);
434 return result;
435}
436
437bool PresetVectorOneOrMoreStringHelper(std::vector<std::string>& out,
438 Json::Value const* value,

Callers

nothing calls this directly

Calls 2

ConditionHelperFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…