Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ sizeOf
Function
sizeOf
src/openrct2/core/String.cpp:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
size_t sizeOf(const utf8* str)
287
{
288
return strlen(str);
289
}
290
291
utf8* set(utf8* buffer, size_t bufferSize, const utf8* src)
292
{
Callers
4
SwitchToStartUpScene
Method · 0.85
trim
Function · 0.85
WriteLine
Method · 0.85
HandleMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected