MCPcopy Create free account
hub / github.com/apache/trafficserver / sectionEndedEarly

Method sectionEndedEarly

lib/catch2/catch.hpp:12870–12878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12868 }
12869
12870 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) {
12871 if (m_unfinishedSections.empty())
12872 m_activeSections.back()->fail();
12873 else
12874 m_activeSections.back()->close();
12875 m_activeSections.pop_back();
12876
12877 m_unfinishedSections.push_back(endInfo);
12878 }
12879
12880#if defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
12881 void RunContext::benchmarkPreparing(std::string const& name) {

Callers 1

~SectionMethod · 0.80

Calls 5

pop_backMethod · 0.80
emptyMethod · 0.45
failMethod · 0.45
closeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected