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

Method insert

Engine/source/core/stringBuffer.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected