Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DebugPrintContents
Method · 0.95
Append
Method · 0.95
ReadBytes
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected