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

Function InvalidVersionObject

Source/cmInstrumentationQuery.cxx:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 ErrorMessages::InvalidArray, CallbackHelper);
81
82JsonErrors::ErrorGenerator InvalidVersionObject(
83 JsonErrors::ObjectError errorType, Json::Value::Members const& extraFields)
84{
85 return JsonErrors::INVALID_NAMED_OBJECT(
86 [](Json::Value const*, cmJSONState*) -> std::string {
87 return "version object";
88 })(errorType, extraFields);
89}
90
91static auto const VersionObjectHelper =
92 JSONHelperBuilder::Object<Version>(InvalidVersionObject, false)

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…