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

Function SchemaHelper

Source/cmCMakePresetsGraphReadJSON.cxx:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464cmJSONHelper<std::nullptr_t> SchemaHelper()
465{
466 return [](std::nullptr_t&, Json::Value const*, cmJSONState*) -> bool {
467 return true;
468 };
469}
470}
471
472bool cmCMakePresetsGraph::ReadJSONFile(std::string const& filename,

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…