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

Function INVALID_ROOT_OBJECT

Source/cmCMakePresetsErrors.cxx:312–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312JsonErrors::ErrorGenerator INVALID_ROOT_OBJECT(
313 JsonErrors::ObjectError errorType, Json::Value::Members const& extraFields)
314{
315 return JsonErrors::INVALID_NAMED_OBJECT(
316 [](Json::Value const*, cmJSONState*) -> std::string {
317 return "root object";
318 })(errorType, extraFields);
319}
320
321void PRESET_MISSING_FIELD(std::string const& presetName,
322 std::string const& missingField, cmJSONState* state)

Callers

nothing calls this directly

Calls 1

INVALID_NAMED_OBJECTFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…