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

Method append

Engine/source/core/stringBuffer.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected