MCPcopy Index your code
hub / github.com/Kitware/CMake / AddError

Method AddError

Source/cmJSONState.cxx:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void cmJSONState::AddError(std::string const& errMsg)
64{
65 this->errors.emplace_back(errMsg);
66}
67
68void cmJSONState::AddErrorAtValue(std::string const& errMsg,
69 Json::Value const* value)

Callers 15

cmJSONStateMethod · 0.95
AddErrorAtValueMethod · 0.95
AddErrorAtOffsetMethod · 0.95
FILE_NOT_FOUNDFunction · 0.45
INVALID_PRESET_NAMEDFunction · 0.45
DUPLICATE_PRESETSFunction · 0.45
INVALID_MACRO_EXPANSIONFunction · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected