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

Function InvalidRootQueryObject

Source/cmInstrumentationQuery.cxx:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37static ErrorGenerator InvalidArray = ErrorGeneratorBuilder("Invalid Array");
38JsonErrors::ErrorGenerator InvalidRootQueryObject(
39 JsonErrors::ObjectError errorType, Json::Value::Members const& extraFields)
40{
41 return JsonErrors::INVALID_NAMED_OBJECT(
42 [](Json::Value const*, cmJSONState*) -> std::string {
43 return "root object";
44 })(errorType, extraFields);
45}
46};
47
48using JSONHelperBuilder = cmJSONHelperBuilder;

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…