Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetSize
Method
GetSize
BeefySysLib/MemStream.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
int MemStream::GetSize()
43
{
44
return mSize;
45
}
46
47
void MemStream::Read(void* ptr, int size)
48
{
Callers
1
Write
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected