Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ longIntReturnValue_c
Function
longIntReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:853–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
851
}
852
853
long int longIntReturnValue_c()
854
{
855
return actualCall->returnLongIntValue();
856
}
857
858
long int returnLongIntValueOrDefault_c(long int defaultValue)
859
{
Callers
1
returnLongIntValueOrDefault_c
Function · 0.85
Calls
1
returnLongIntValue
Method · 0.45
Tested by
no test coverage detected