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

Method hasReturnValue

src/CppUTestExt/MockSupport.cpp:654–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654bool MockSupport::hasReturnValue()
655{
656 if (lastActualFunctionCall_) return lastActualFunctionCall_->hasReturnValue();
657 return false;
658}

Callers 5

hasReturnValue_cFunction · 0.45
all_mock_support_c_callsFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

all_mock_support_c_callsFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36