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

Method insert

engine/source/string/stringBuffer.cc:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void StringBuffer::insert(const U32 charOffset, const StringBuffer &in)
235{
236 insert(charOffset, in.mBuffer.address(), in.length());
237}
238
239void StringBuffer::insert(const U32 charOffset, const UTF8* in)
240{

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