Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ hasReturnValue
Method
hasReturnValue
src/CppUTestExt/MockActualCall.cpp:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
bool MockCheckedActualCall::hasReturnValue()
610
{
611
return ! returnValue().getName().isEmpty();
612
}
613
614
MockActualCall& MockCheckedActualCall::onObject(const void* objectPtr)
615
{
Callers
nothing calls this directly
Calls
2
isEmpty
Method · 0.45
getName
Method · 0.45
Tested by
no test coverage detected