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

Method Resize

source/data/byte_buffer.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void ByteBuffer::Resize(size_t size)
46 {
47 m_buffer.resize(size, 0);
48 }
49
50 void ByteBuffer::DebugPrintContents()
51 {

Callers 3

GetContentMetaFromNCAFunction · 0.80
ContentMetaMethod · 0.80
GetInstallContentMetaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected