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

Method constPointerReturnValue

src/CppUTestExt/MockSupport.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644const void* MockSupport::constPointerReturnValue()
645{
646 return returnValue().getConstPointerValue();
647}
648
649void (*MockSupport::functionPointerReturnValue())()
650{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getConstPointerValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64