MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / createCopy8

Method createCopy8

Engine/source/core/stringBuffer.cpp:375–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375UTF8* StringBuffer::createCopy8() const
376{
377 incRequestCount8();
378 // convert will create a buffer of the appropriate size for a null terminated
379 // input string.
380 UTF8* out = createUTF8string(mBuffer.address());
381 return out;
382}
383
384const UTF16* StringBuffer::getPtr() const
385{

Callers 2

createSubstring8Method · 0.80
dumpAllStringsMethod · 0.80

Calls 2

createUTF8stringFunction · 0.85
addressMethod · 0.45

Tested by

no test coverage detected