MCPcopy 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
210void CopyBytes(const void *src, const int n, void *dst)
211{
212 memcpy(dst, src, n);
213 tbuff += n;
214}
215
216void CopyChar(const void *src, void *dst)
217{

Callers 4

LoadPlayerFunction · 0.85
LoadItemDataFunction · 0.85
SavePlayerFunction · 0.85
SaveItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected