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

Method createCopy8

Engine/source/core/stringBuffer.cpp:377–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

createSubstring8Method · 0.80
dumpAllStringsMethod · 0.80

Calls 2

createUTF8stringFunction · 0.85
addressMethod · 0.45

Tested by

no test coverage detected