MCPcopy 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

SwitchToStartUpSceneMethod · 0.85
trimFunction · 0.85
WriteLineMethod · 0.85
HandleMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected