Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void MemStream::Read(void* ptr, int size)
48
{
49
memcpy(ptr, mData + mPos, size);
50
mPos += size;
51
}
52
53
54
void Beefy::MemStream::Write(void* ptr, int size)
Callers
1
Write
Method · 0.45
Calls
1
front
Method · 0.80
Tested by
no test coverage detected