MCPcopy 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
1080int expectedCallsLeft_c()
1081{
1082 return currentMockSupport->expectedCallsLeft();
1083}
1084
1085void clear_c()
1086{

Callers

nothing calls this directly

Calls 1

expectedCallsLeftMethod · 0.80

Tested by

no test coverage detected