Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void StringBuffer::insert(const U32 charOffset, const StringBuffer &in)
223
{
224
insert(charOffset, in.mBuffer.address(), in.length());
225
}
226
227
void StringBuffer::insert(const U32 charOffset, const UTF8* in)
228
{
Callers
nothing calls this directly
Calls
8
createUTF16string
Function · 0.85
increment
Method · 0.80
last
Method · 0.80
dStrlen
Function · 0.50
length
Function · 0.50
dMemcpy
Function · 0.50
address
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected