Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ insert
Method
insert
common/SmallString.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void SmallStringBase::insert(s32 offset, const char* str)
332
{
333
insert(offset, str, static_cast<u32>(std::strlen(str)));
334
}
335
336
void SmallStringBase::insert(s32 offset, const SmallStringBase& str)
337
{
Callers
2
AddPrefix
Method · 0.45
RealPath
Method · 0.45
Calls
5
insert
Function · 0.50
min
Function · 0.50
c_str
Method · 0.45
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected