Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void cmJSONState::AddError(std::string const& errMsg)
64
{
65
this->errors.emplace_back(errMsg);
66
}
67
68
void cmJSONState::AddErrorAtValue(std::string const& errMsg,
69
Json::Value const* value)
Callers
15
cmJSONState
Method · 0.95
AddErrorAtValue
Method · 0.95
AddErrorAtOffset
Method · 0.95
FILE_NOT_FOUND
Function · 0.45
INVALID_PRESET_NAMED
Function · 0.45
DUPLICATE_PRESETS
Function · 0.45
CYCLIC_PRESET_INHERITANCE
Function · 0.45
INHERITED_PRESET_UNREACHABLE_FROM_FILE
Function · 0.45
CONFIGURE_PRESET_UNREACHABLE_FROM_FILE
Function · 0.45
INVALID_MACRO_EXPANSION
Function · 0.45
BUILD_TEST_PRESETS_UNSUPPORTED
Function · 0.45
PACKAGE_PRESETS_UNSUPPORTED
Function · 0.45
Calls
1
emplace_back
Method · 0.80
Tested by
no test coverage detected