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

Function PresetBoolHelper

Source/cmCMakePresetsGraphReadJSON.cxx:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360bool PresetBoolHelper(bool& out, Json::Value const* value, cmJSONState* state)
361{
362 static auto const helper = JSONHelperBuilder::Bool();
363 return helper(out, value, state);
364}
365
366bool PresetOptionalBoolHelper(cm::optional<bool>& out,
367 Json::Value const* value, cmJSONState* state)

Callers

nothing calls this directly

Calls 1

BoolFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…