MCPcopy 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
331void SmallStringBase::insert(s32 offset, const char* str)
332{
333 insert(offset, str, static_cast<u32>(std::strlen(str)));
334}
335
336void SmallStringBase::insert(s32 offset, const SmallStringBase& str)
337{

Callers 2

AddPrefixMethod · 0.45
RealPathMethod · 0.45

Calls 5

insertFunction · 0.50
minFunction · 0.50
c_strMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected