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

Function PresetIntHelper

Source/cmCMakePresetsGraphReadJSON.cxx:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374bool PresetIntHelper(int& out, Json::Value const* value, cmJSONState* state)
375{
376 static auto const helper = JSONHelperBuilder::Int();
377 return helper(out, value, state);
378}
379
380bool PresetOptionalIntHelper(cm::optional<int>& out, Json::Value const* value,
381 cmJSONState* state)

Callers

nothing calls this directly

Calls 1

IntFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…