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

Method utf8Ptr

source/core/StarString.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119char const* String::utf8Ptr() const {
120 return m_string.c_str();
121}
122
123size_t String::utf8Size() const {
124 return m_string.size();

Callers 15

handleIncomingPacketsMethod · 0.45
sendSecretBroadcastMethod · 0.45
inspectionLogNameMethod · 0.45
getSecretPropertyMethod · 0.45
TMXMapMethod · 0.45
acceptConnectionMethod · 0.45
helpMethod · 0.45
updatePreviewMethod · 0.45
displayCurrentFileMethod · 0.45
updateValueEditorMethod · 0.45
updateImagePreviewMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by 1

TESTFunction · 0.36