MCPcopy 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
321void* MockNamedValue::getPointerValue() const
322{
323 STRCMP_EQUAL("void*", type_.asCharString());
324 return value_.pointerValue_;
325}
326
327const void* MockNamedValue::getConstPointerValue() const
328{

Callers 6

returnPointerValueMethod · 0.80
pointerReturnValueMethod · 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