MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / InternalError

Method InternalError

lib/errortypes.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42InternalError::InternalError(const Token *tok, std::string errorMsg, Type type) :
43 InternalError(tok, std::move(errorMsg), "", type)
44{}
45
46InternalError::InternalError(const Token *tok, std::string errorMsg, std::string details, Type type) :
47 token(tok), errorMessage(std::move(errorMsg)), details(std::move(details)), type(type), id(typeToString(type))

Callers

nothing calls this directly

Calls 1

typeToStringFunction · 0.85

Tested by

no test coverage detected