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

Function returnLongIntValueOrDefault_c

src/CppUTestExt/MockSupport_c.cpp:858–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858long int returnLongIntValueOrDefault_c(long int defaultValue)
859{
860 if (!hasReturnValue_c()) {
861 return defaultValue;
862 }
863 return longIntReturnValue_c();
864}
865
866unsigned long int unsignedLongIntReturnValue_c()
867{

Callers

nothing calls this directly

Calls 2

hasReturnValue_cFunction · 0.85
longIntReturnValue_cFunction · 0.85

Tested by

no test coverage detected