Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ _failStartingTwiceWillFail
Function
_failStartingTwiceWillFail
tests/CppUTest/TestMemoryAllocatorTest.cpp:710–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
708
}
709
710
static void _failStartingTwiceWillFail(GlobalMemoryAccountant* accountant)
711
{
712
accountant->start();
713
accountant->start();
714
}
715
716
TEST(GlobalMemoryAccountant, startTwiceWillFail)
717
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected