MCPcopy Create free account
hub / github.com/FidoProject/Fido / reset

Method reset

tests/catch.h:506–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 m_p->release();
505 }
506 void reset() {
507 if( m_p )
508 m_p->release();
509 m_p = CATCH_NULL;
510 }
511 Ptr& operator = ( T* p ){
512 Ptr temp( p );
513 swap( temp );

Callers 10

CommandLineMethod · 0.45
operator[]Method · 0.45
endRunMethod · 0.45
invokeActiveTestCaseMethod · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected