MCPcopy Create free account
hub / github.com/apache/thrift / Section

Method Section

compiler/cpp/tests/catch/catch.hpp:8657–8662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8655 {}
8656
8657 Section::Section( SectionInfo const& info )
8658 : m_info( info ),
8659 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
8660 {
8661 m_timer.start();
8662 }
8663
8664 Section::~Section() {
8665 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected