Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getConstPointerValue
Method
getConstPointerValue
src/CppUTestExt/MockNamedValue.cpp:327–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
const void* MockNamedValue::getConstPointerValue() const
328
{
329
STRCMP_EQUAL(
"const void*"
, type_.asCharString());
330
return value_.pointerValue_;
331
}
332
333
void (*MockNamedValue::getFunctionPointerValue() const)()
334
{
Callers
7
copyOutputParameters
Method · 0.80
returnConstPointerValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
constPointerReturnValue
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