Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
814
int boolReturnValue_c()
815
{
816
return actualCall->returnBoolValue() ? 1 : 0;
817
}
818
819
int returnBoolValueOrDefault_c(int defaultValue)
820
{
Callers
1
returnBoolValueOrDefault_c
Function · 0.85
Calls
1
returnBoolValue
Method · 0.45
Tested by
no test coverage detected