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

Method append

Engine/source/core/stringBuffer.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177//-------------------------------------------------------------------------
178
179void StringBuffer::append(const StringBuffer &in)
180{
181 append(in.mBuffer.address(), in.length());
182}
183
184void StringBuffer::append(const UTF8* in)
185{

Callers

nothing calls this directly

Calls 9

createUTF16stringFunction · 0.85
incrementMethod · 0.80
appendFunction · 0.50
dStrlenFunction · 0.50
lengthFunction · 0.50
dMemcpyFunction · 0.50
addressMethod · 0.45
lengthMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected