Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ _stopAccountant
Function
_stopAccountant
tests/CppUTest/SimpleStringTest.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
static void _stopAccountant(GlobalSimpleStringMemoryAccountant* accountant)
109
{
110
accountant->stop();
111
}
112
113
TEST(GlobalSimpleStringMemoryAccountant, stopWithoutStartWillFail)
114
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected