MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / ~ScopedMessage

Method ~ScopedMessage

extern/Catch2/catch.hpp:11860–11864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11858 }
11859
11860 ScopedMessage::~ScopedMessage() {
11861 if ( !uncaught_exceptions() && !m_moved ){
11862 getResultCapture().popScopedMessage(m_info);
11863 }
11864 }
11865
11866 Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) {
11867 auto trimmed = [&] (size_t start, size_t end) {

Callers

nothing calls this directly

Calls 2

uncaught_exceptionsFunction · 0.85
popScopedMessageMethod · 0.80

Tested by

no test coverage detected