Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
void StringBuffer::insert(const U32 charOffset, const StringBuffer &in)
235
{
236
insert(charOffset, in.mBuffer.address(), in.length());
237
}
238
239
void StringBuffer::insert(const U32 charOffset, const UTF8* in)
240
{
Callers
nothing calls this directly
Calls
8
increment
Method · 0.80
convertUTF8toUTF16
Function · 0.70
dStrlen
Function · 0.70
length
Function · 0.50
dMemcpy
Function · 0.50
address
Method · 0.45
length
Method · 0.45
last
Method · 0.45
Tested by
no test coverage detected