MCPcopy Create free account
hub / github.com/ZDoom/Raze / MakeCopy

Method MakeCopy

source/common/utility/zstring.cpp:1399–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399FStringData *FStringData::MakeCopy ()
1400{
1401 FStringData *copy = Alloc (Len);
1402 copy->Len = Len;
1403 FString::StrCopy (copy->Chars(), Chars(), Len);
1404 return copy;
1405}
1406
1407FStringf::FStringf(const char *fmt, ...)
1408{

Callers

nothing calls this directly

Calls 1

CharsMethod · 0.80

Tested by

no test coverage detected