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

Method insert

Engine/source/core/stringBuffer.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void StringBuffer::insert(const U32 charOffset, const StringBuffer &in)
223{
224 insert(charOffset, in.mBuffer.address(), in.length());
225}
226
227void StringBuffer::insert(const U32 charOffset, const UTF8* in)
228{

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