Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ expectedCallsLeft_c
Function
expectedCallsLeft_c
src/CppUTestExt/MockSupport_c.cpp:1080–1083 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1078
}
1079
1080
int expectedCallsLeft_c()
1081
{
1082
return currentMockSupport->expectedCallsLeft();
1083
}
1084
1085
void clear_c()
1086
{
Callers
nothing calls this directly
Calls
1
expectedCallsLeft
Method · 0.80
Tested by
no test coverage detected