MCPcopy Create free account
hub / github.com/cpputest/cpputest / (*functionPointerReturnValue_c())

Function (*functionPointerReturnValue_c())

src/CppUTestExt/MockSupport_c.cpp:987–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987void (*functionPointerReturnValue_c())()
988{
989 return (void (*)()) actualCall->returnFunctionPointerValue();
990}
991
992void (*returnFunctionPointerValueOrDefault_c(void (*defaultValue)()))()
993{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected