MCPcopy Create free account
hub / github.com/RenderKit/embree / sectionEnded

Method sectionEnded

tutorials/external/catch.hpp:5280–5285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5278 return true;
5279 }
5280 void sectionEnded(SectionStats const& sectionStats) override {
5281 assert(!m_sectionStack.empty());
5282 SectionNode& node = *m_sectionStack.back();
5283 node.stats = sectionStats;
5284 m_sectionStack.pop_back();
5285 }
5286 void testCaseEnded(TestCaseStats const& testCaseStats) override {
5287 auto node = std::make_shared<TestCaseNode>(testCaseStats);
5288 assert(m_sectionStack.size() == 0);

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected