Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ CopyBytes
Function
CopyBytes
Source/loadsave.cpp:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void CopyBytes(const void *src, const int n, void *dst)
211
{
212
memcpy(dst, src, n);
213
tbuff += n;
214
}
215
216
void CopyChar(const void *src, void *dst)
217
{
Callers
4
LoadPlayer
Function · 0.85
LoadItemData
Function · 0.85
SavePlayer
Function · 0.85
SaveItem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected