MCPcopy 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
639void* MockSupport::pointerReturnValue()
640{
641 return returnValue().getPointerValue();
642}
643
644const void* MockSupport::constPointerReturnValue()
645{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getPointerValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64