MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / sectionEnded

Method sectionEnded

unittests/catch.hpp:3793–3795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3791 }
3792
3793 void sectionEnded(SectionStats const& /* _sectionStats */) override {
3794 m_sectionStack.pop_back();
3795 }
3796 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override {
3797 currentTestCaseInfo.reset();
3798 }

Callers

nothing calls this directly

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected