Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetContentMetaFromNCA
Function · 0.80
ContentMeta
Method · 0.80
GetInstallContentMeta
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected