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

Function constPointerReturnValue_c

src/CppUTestExt/MockSupport_c.cpp:974–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974const void* constPointerReturnValue_c()
975{
976 return actualCall->returnConstPointerValue();
977}
978
979const void* returnConstPointerValueOrDefault_c(const void * defaultValue)
980{

Callers 1

Calls 1

Tested by

no test coverage detected