MCPcopy Create free account
hub / github.com/SpartanJ/eepp / insertChar

Method insertChar

src/eepp/core/string.cpp:1676–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674}
1675
1676void String::insertChar( String& str, const unsigned int& pos, const StringBaseType& tchar ) {
1677 str.insert( str.begin() + pos, tchar );
1678}
1679
1680void String::formatBuffer( char* Buffer, int BufferSize, const char* format, ... ) {
1681 va_list args;

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected