MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Error

Function Error

DPrint.h:80–83  ·  view source on GitHub ↗

\brief Log an error.

Source from the content-addressed store, hash-verified

78
79/// \brief Log an error.
80inline void Error(const char* fmt, const auto&... args)
81{
82 details::FPrintf(fmt, args...);
83}
84//-----------------------------------------------------------------------------
85
86inline void Dump([[maybe_unused]] const auto* stmt)

Callers 4

InsertArgMethod · 0.85
GetValueOfValueInitMethod · 0.85
mainFunction · 0.85
ToDoFunction · 0.85

Calls 2

FPrintfFunction · 0.85
DumpFunction · 0.85

Tested by

no test coverage detected