MCPcopy Create free account
hub / github.com/RenderKit/oidn / Section

Method Section

external/catch.hpp:13160–13165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13158namespace Catch {
13159
13160 Section::Section( SectionInfo const& info )
13161 : m_info( info ),
13162 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
13163 {
13164 m_timer.start();
13165 }
13166
13167 Section::~Section() {
13168 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected