MCPcopy Create free account
hub / github.com/cpputest/cpputest / returnBoolValueOrDefault_c

Function returnBoolValueOrDefault_c

src/CppUTestExt/MockSupport_c.cpp:819–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819int returnBoolValueOrDefault_c(int defaultValue)
820{
821 if (!hasReturnValue_c()) {
822 return defaultValue;
823 }
824 return boolReturnValue_c();
825}
826
827int intReturnValue_c()
828{

Callers

nothing calls this directly

Calls 2

hasReturnValue_cFunction · 0.85
boolReturnValue_cFunction · 0.85

Tested by

no test coverage detected