Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarString.cpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
size_t String::size() const {
151
return utf8Length(m_string.c_str(), m_string.size());
152
}
153
154
size_t String::length() const {
155
return size();
Callers
12
joinWith
Method · 0.45
utf8Bytes
Method · 0.45
utf8Size
Method · 0.45
wideString
Method · 0.45
endsWith
Method · 0.45
beginsWith
Method · 0.45
split
Method · 0.45
splitAny
Method · 0.45
extract
Method · 0.45
rextract
Method · 0.45
replace
Method · 0.45
erase
Method · 0.45
Calls
2
utf8Length
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected