Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getPointerValue
Method
getPointerValue
src/CppUTestExt/MockNamedValue.cpp:321–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void* MockNamedValue::getPointerValue() const
322
{
323
STRCMP_EQUAL(
"void*"
, type_.asCharString());
324
return value_.pointerValue_;
325
}
326
327
const void* MockNamedValue::getConstPointerValue() const
328
{
Callers
6
returnPointerValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
pointerReturnValue
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64