| 462 | } |
| 463 | |
| 464 | cmJSONHelper<std::nullptr_t> SchemaHelper() |
| 465 | { |
| 466 | return [](std::nullptr_t&, Json::Value const*, cmJSONState*) -> bool { |
| 467 | return true; |
| 468 | }; |
| 469 | } |
| 470 | } |
| 471 | |
| 472 | bool cmCMakePresetsGraph::ReadJSONFile(std::string const& filename, |
no outgoing calls
no test coverage detected
searching dependent graphs…