MCPcopy 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
840unsigned int unsignedIntReturnValue_c()
841{
842 return actualCall->returnUnsignedIntValue();
843}
844
845unsigned int returnUnsignedIntValueOrDefault_c(unsigned int defaultValue)
846{

Callers 1

Calls 1

Tested by

no test coverage detected