Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ intReturnValue_c
Function
intReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:827–830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
825
}
826
827
int intReturnValue_c()
828
{
829
return actualCall->returnIntValue();
830
}
831
832
int returnIntValueOrDefault_c(int defaultValue)
833
{
Callers
1
returnIntValueOrDefault_c
Function · 0.85
Calls
1
returnIntValue
Method · 0.45
Tested by
no test coverage detected