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

Function Dump

DPrint.h:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84//-----------------------------------------------------------------------------
85
86inline void Dump([[maybe_unused]] const auto* stmt)
87{
88#ifdef INSIGHTS_DEBUG
89 if(stmt) {
90 stmt->dump();
91 }
92#endif /* INSIGHTS_DEBUG */
93}
94//-----------------------------------------------------------------------------
95
96/// \brief Log an error.

Callers 2

ErrorFunction · 0.85
ToDoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected