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

Method GetLength

databuffer.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138size_t DataBuffer::GetLength() const
139{
140 return BNGetDataBufferLength(m_buffer);
141}
142
143
144void DataBuffer::SetSize(size_t len)

Callers 2

operator==Method · 0.45
UnescapeStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected