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

Method createCopy8

engine/source/string/stringBuffer.cc:390–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390UTF8* StringBuffer::createCopy8() const
391{
392 incRequestCount8();
393 // convert will create a buffer of the appropriate size for a null terminated
394 // input string.
395 UTF8* out = convertUTF16toUTF8(mBuffer.address());
396 return out;
397}
398
399const UTF16* StringBuffer::getPtr() const
400{

Callers 2

createSubstring8Method · 0.80
dumpAllStringsMethod · 0.80

Calls 2

convertUTF16toUTF8Function · 0.70
addressMethod · 0.45

Tested by

no test coverage detected