MCPcopy Create free account
hub / github.com/catchorg/Catch2 / getSourceInfo

Method getSourceInfo

extras/catch_amalgamated.cpp:713–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 return m_resultData.message;
712 }
713 SourceLineInfo AssertionResult::getSourceInfo() const {
714 return m_info.lineInfo;
715 }
716
717 StringRef AssertionResult::getTestMacroName() const {
718 return m_info.macroName;

Callers 6

printFunction · 0.45
AssertionStatsMethod · 0.45
printSourceInfoMethod · 0.45
printSourceInfoMethod · 0.45
assertionEndedMethod · 0.45
writeAssertionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected