MCPcopy Create free account
hub / github.com/cpputest/cpputest / getMemoryBuffer

Method getMemoryBuffer

src/CppUTestExt/MockNamedValue.cpp:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339const unsigned char* MockNamedValue::getMemoryBuffer() const
340{
341 STRCMP_EQUAL("const unsigned char*", type_.asCharString());
342 return value_.memoryBufferValue_;
343}
344
345const void* MockNamedValue::getConstObjectPointer() const
346{

Callers 2

TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 1

TESTFunction · 0.64