MCPcopy 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
42int MemStream::GetSize()
43{
44 return mSize;
45}
46
47void MemStream::Read(void* ptr, int size)
48{

Callers 1

WriteMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected