Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CommandLine
Method · 0.45
operator[]
Method · 0.45
endRun
Method · 0.45
invokeActiveTestCase
Method · 0.45
applyCommandLine
Method · 0.45
useConfigData
Method · 0.45
testCaseEnded
Method · 0.45
testGroupEnded
Method · 0.45
testRunEnded
Method · 0.45
testCaseEnded
Method · 0.45
Calls
1
release
Method · 0.80
Tested by
no test coverage detected