Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ unsignedIntReturnValue_c
Function
unsignedIntReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:840–843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
838
}
839
840
unsigned int unsignedIntReturnValue_c()
841
{
842
return actualCall->returnUnsignedIntValue();
843
}
844
845
unsigned int returnUnsignedIntValueOrDefault_c(unsigned int defaultValue)
846
{
Callers
1
returnUnsignedIntValueOrDefault_c
Function · 0.85
Calls
1
returnUnsignedIntValue
Method · 0.45
Tested by
no test coverage detected