MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / utf8Size

Method utf8Size

source/core/StarString.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123size_t String::utf8Size() const {
124 return m_string.size();
125}
126
127std::wstring String::wstring() const {
128 std::wstring string;

Callers 15

handleIncomingPacketsMethod · 0.45
sendSecretBroadcastMethod · 0.45
inspectionLogNameMethod · 0.45
getSecretPropertyMethod · 0.45
switchPlayerMethod · 0.45
updateRunningMethod · 0.45
renderMethod · 0.45
loadMethod · 0.45
compileMethod · 0.45
createContextMethod · 0.45
hexDecodeFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected