Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnConstPointerValue
Method
returnConstPointerValue
src/CppUTestExt/MockActualCall.cpp:570–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
}
569
570
const void * MockCheckedActualCall::returnConstPointerValue()
571
{
572
return returnValue().getConstPointerValue();
573
}
574
575
const void * MockCheckedActualCall::returnConstPointerValueOrDefault(const void * default_value)
576
{
Callers
3
constPointerReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
getConstPointerValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36