Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
974
const void* constPointerReturnValue_c()
975
{
976
return actualCall->returnConstPointerValue();
977
}
978
979
const void* returnConstPointerValueOrDefault_c(const void * defaultValue)
980
{
Callers
1
returnConstPointerValueOrDefault_c
Function · 0.85
Calls
1
returnConstPointerValue
Method · 0.45
Tested by
no test coverage detected