MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getSourceInfo

Method getSourceInfo

unittests/catch.hpp:5142–5144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5140 return m_resultData.message;
5141 }
5142 SourceLineInfo AssertionResult::getSourceInfo() const {
5143 return m_info.lineInfo;
5144 }
5145
5146 StringRef AssertionResult::getTestMacroName() const {
5147 return m_info.macroName;

Callers 5

AssertionStatsMethod · 0.80
printSourceInfoMethod · 0.80
printSourceInfoMethod · 0.80
writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected