MCPcopy Create free account
hub / github.com/Profactor/cv-plot / sectionEnded

Method sectionEnded

CvPlot/ext/catch2/inc/catch.hpp:5849–5854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5847 return true;
5848 }
5849 void sectionEnded(SectionStats const& sectionStats) override {
5850 assert(!m_sectionStack.empty());
5851 SectionNode& node = *m_sectionStack.back();
5852 node.stats = sectionStats;
5853 m_sectionStack.pop_back();
5854 }
5855 void testCaseEnded(TestCaseStats const& testCaseStats) override {
5856 auto node = std::make_shared<TestCaseNode>(testCaseStats);
5857 assert(m_sectionStack.size() == 0);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected