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

Function INVALID_OBJECT

Source/cmJSONHelpers.cxx:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99ErrorGenerator INVALID_OBJECT(ObjectError errorType,
100 Json::Value::Members const& extraFields)
101{
102 return INVALID_NAMED_OBJECT(
103 [](Json::Value const*, cmJSONState*) -> std::string { return "Object"; })(
104 errorType, extraFields);
105}
106
107ErrorGenerator INVALID_NAMED_OBJECT_KEY(
108 ObjectError errorType, Json::Value::Members const& extraFields)

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…