MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / SetSize

Method SetSize

databuffer.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144void DataBuffer::SetSize(size_t len)
145{
146 BNSetDataBufferLength(m_buffer, len);
147}
148
149
150void DataBuffer::Clear()

Callers 1

TryReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected