Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
char const* String::utf8Ptr() const {
120
return m_string.c_str();
121
}
122
123
size_t String::utf8Size() const {
124
return m_string.size();
Callers
15
handleIncomingPackets
Method · 0.45
sendSecretBroadcast
Method · 0.45
inspectionLogName
Method · 0.45
getSecretProperty
Method · 0.45
TMXMap
Method · 0.45
generateTerrestrialWorldParameters
Function · 0.45
acceptConnection
Method · 0.45
help
Method · 0.45
updatePreview
Method · 0.45
displayCurrentFile
Method · 0.45
updateValueEditor
Method · 0.45
updateImagePreview
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
1
TEST
Function · 0.36