Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
void StringBuffer::insert(const U32 charOffset, const StringBuffer &in)
225
{
226
insert(charOffset, in.mBuffer.address(), in.length());
227
}
228
229
void StringBuffer::insert(const U32 charOffset, const UTF8* in)
230
{
Callers
nothing calls this directly
Calls
10
insert
Function · 0.85
createUTF16string
Function · 0.85
increment
Method · 0.80
dStrlen
Function · 0.50
length
Function · 0.50
append
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