MCPcopy Create free account
hub / github.com/cpputest/cpputest / returnUnsignedIntValueOrDefault_c

Function returnUnsignedIntValueOrDefault_c

src/CppUTestExt/MockSupport_c.cpp:845–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845unsigned int returnUnsignedIntValueOrDefault_c(unsigned int defaultValue)
846{
847 if (!hasReturnValue_c()) {
848 return defaultValue;
849 }
850 return unsignedIntReturnValue_c();
851}
852
853long int longIntReturnValue_c()
854{

Callers

nothing calls this directly

Calls 2

hasReturnValue_cFunction · 0.85
unsignedIntReturnValue_cFunction · 0.85

Tested by

no test coverage detected