Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AppendLog
Method · 0.50
FormatBufferBase
Class · 0.50
makeWidgets
Function · 0.50
Calls
1
safeConcat
Function · 0.85
Tested by
no test coverage detected