MCPcopy 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
327const void* MockNamedValue::getConstPointerValue() const
328{
329 STRCMP_EQUAL("const void*", type_.asCharString());
330 return value_.pointerValue_;
331}
332
333void (*MockNamedValue::getFunctionPointerValue() const)()
334{

Callers 7

copyOutputParametersMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64