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

Function returnLongLongIntValueOrDefault_c

src/CppUTestExt/MockSupport_c.cpp:886–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886cpputest_longlong returnLongLongIntValueOrDefault_c(cpputest_longlong defaultValue)
887{
888 if (!hasReturnValue_c()) {
889 return defaultValue;
890 }
891 return longLongIntReturnValue_c();
892}
893
894cpputest_ulonglong unsignedLongLongIntReturnValue_c()
895{

Callers

nothing calls this directly

Calls 3

hasReturnValue_cFunction · 0.85
longLongIntReturnValue_cFunction · 0.85
cpputest_longlongClass · 0.85

Tested by

no test coverage detected