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

Method sectionEnded

lib/catch2/catch.hpp:5917–5922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5915 return true;
5916 }
5917 void sectionEnded(SectionStats const& sectionStats) override {
5918 assert(!m_sectionStack.empty());
5919 SectionNode& node = *m_sectionStack.back();
5920 node.stats = sectionStats;
5921 m_sectionStack.pop_back();
5922 }
5923 void testCaseEnded(TestCaseStats const& testCaseStats) override {
5924 auto node = std::make_shared<TestCaseNode>(testCaseStats);
5925 assert(m_sectionStack.size() == 0);

Callers

nothing calls this directly

Calls 2

pop_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected