MCPcopy Create free account
hub / github.com/beefytech/Beef / Read

Method Read

BeefySysLib/MemStream.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void MemStream::Read(void* ptr, int size)
48{
49 memcpy(ptr, mData + mPos, size);
50 mPos += size;
51}
52
53
54void Beefy::MemStream::Write(void* ptr, int size)

Callers 1

WriteMethod · 0.45

Calls 1

frontMethod · 0.80

Tested by

no test coverage detected