Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
654
bool MockSupport::hasReturnValue()
655
{
656
if (lastActualFunctionCall_) return lastActualFunctionCall_->hasReturnValue();
657
return false;
658
}
Callers
5
hasReturnValue_c
Function · 0.45
all_mock_support_c_calls
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
all_mock_support_c_calls
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36