Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ pointerReturnValue
Method
pointerReturnValue
src/CppUTestExt/MockSupport.cpp:639–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
}
638
639
void* MockSupport::pointerReturnValue()
640
{
641
return returnValue().getPointerValue();
642
}
643
644
const void* MockSupport::constPointerReturnValue()
645
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getPointerValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64