Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ constPointerReturnValue
Method
constPointerReturnValue
src/CppUTestExt/MockSupport.cpp:644–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
const void* MockSupport::constPointerReturnValue()
645
{
646
return returnValue().getConstPointerValue();
647
}
648
649
void (*MockSupport::functionPointerReturnValue())()
650
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getConstPointerValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64