Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
size_t String::utf8Size() const {
124
return m_string.size();
125
}
126
127
std::wstring String::wstring() const {
128
std::wstring string;
Callers
15
extractScaleFromDirectives
Method · 0.45
handleIncomingPackets
Method · 0.45
sendSecretBroadcast
Method · 0.45
inspectionLogName
Method · 0.45
getSecretProperty
Method · 0.45
switchPlayer
Method · 0.45
updateRunning
Method · 0.45
render
Method · 0.45
load
Method · 0.45
compile
Method · 0.45
createContext
Method · 0.45
hexDecode
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected