MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / GetSize

Method GetSize

source/data/byte_buffer.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 size_t ByteBuffer::GetSize()
36 {
37 return m_buffer.size();
38 }
39
40 u8* ByteBuffer::GetData()
41 {

Callers 3

DebugPrintContentsMethod · 0.95
AppendMethod · 0.95
ReadBytesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected