MCPcopy Create free account
hub / github.com/avast/retdec / getRawBuffer

Method getRawBuffer

src/utils/dynamic_buffer.cpp:191–194  ·  view source on GitHub ↗

* Gets the raw pointer to the bytes in the buffer. * * @return The pointer to the bytes in the buffer. */

Source from the content-addressed store, hash-verified

189 * @return The pointer to the bytes in the buffer.
190 */
191const uint8_t* DynamicBuffer::getRawBuffer() const
192{
193 return _data.data();
194}
195
196/**
197 * Runs the specified function for every single byte in the DynamicBuffer.

Callers 2

saveFileMethod · 0.80
TEST_FFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by 1

TEST_FFunction · 0.64