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

Method getCapacity

src/utils/dynamic_buffer.cpp:123–126  ·  view source on GitHub ↗

* Gets the actual capacity of the buffer. * * @return The capacity of the buffer. */

Source from the content-addressed store, hash-verified

121 * @return The capacity of the buffer.
122 */
123uint32_t DynamicBuffer::getCapacity() const
124{
125 return _capacity;
126}
127
128/**
129 * Sets the endianness of the bytes in the buffer. It doesn't result in any

Callers 7

unpackMethod · 0.80
decompressMethod · 0.80
decompressMethod · 0.80
decompressMethod · 0.80
decompressMethod · 0.80
decompressMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64