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

Function boolReturnValue_c

src/CppUTestExt/MockSupport_c.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814int boolReturnValue_c()
815{
816 return actualCall->returnBoolValue() ? 1 : 0;
817}
818
819int returnBoolValueOrDefault_c(int defaultValue)
820{

Callers 1

Calls 1

returnBoolValueMethod · 0.45

Tested by

no test coverage detected