Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ hasReturnValue_c
Function
hasReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:1070–1073 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1068
}
1069
1070
int hasReturnValue_c()
1071
{
1072
return currentMockSupport->hasReturnValue();
1073
}
1074
1075
void checkExpectations_c()
1076
{
Callers
12
returnBoolValueOrDefault_c
Function · 0.85
returnIntValueOrDefault_c
Function · 0.85
returnUnsignedIntValueOrDefault_c
Function · 0.85
returnLongIntValueOrDefault_c
Function · 0.85
returnUnsignedLongIntValueOrDefault_c
Function · 0.85
returnLongLongIntValueOrDefault_c
Function · 0.85
returnUnsignedLongLongIntValueOrDefault_c
Function · 0.85
returnStringValueOrDefault_c
Function · 0.85
returnDoubleValueOrDefault_c
Function · 0.85
returnPointerValueOrDefault_c
Function · 0.85
returnConstPointerValueOrDefault_c
Function · 0.85
(*returnFunctionPointerValueOrDefault_c(void (*defaultValue)()))
Function · 0.85
Calls
1
hasReturnValue
Method · 0.45
Tested by
no test coverage detected