MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / append

Function append

src/openrct2/core/String.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 utf8* append(utf8* buffer, size_t bufferSize, const utf8* src)
312 {
313 return safeConcat(buffer, src, bufferSize);
314 }
315
316 utf8* format(utf8* buffer, size_t bufferSize, const utf8* format, ...)
317 {

Callers 3

AppendLogMethod · 0.50
FormatBufferBaseClass · 0.50
makeWidgetsFunction · 0.50

Calls 1

safeConcatFunction · 0.85

Tested by

no test coverage detected