Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ pointerReturnValue_c
Function
pointerReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:961–964 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
959
}
960
961
void* pointerReturnValue_c()
962
{
963
return actualCall->returnPointerValue();
964
}
965
966
void* returnPointerValueOrDefault_c(void * defaultValue)
967
{
Callers
1
returnPointerValueOrDefault_c
Function · 0.85
Calls
1
returnPointerValue
Method · 0.45
Tested by
no test coverage detected