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

Method append

engine/source/string/stringBuffer.cc:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187//-------------------------------------------------------------------------
188
189void StringBuffer::append(const StringBuffer &in)
190{
191 append(in.mBuffer.address(), in.length());
192}
193
194void StringBuffer::append(const UTF8* in)
195{

Callers

nothing calls this directly

Calls 8

incrementMethod · 0.80
convertUTF8toUTF16Function · 0.70
dStrlenFunction · 0.70
lengthFunction · 0.50
dMemcpyFunction · 0.50
addressMethod · 0.45
lengthMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected