Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ length
Method
length
source/core/StarString.cpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
size_t String::length() const {
155
return size();
156
}
157
158
void String::clear() {
159
m_string.clear();
Callers
9
String
Method · 0.45
toUpper
Method · 0.45
toLower
Method · 0.45
titleCase
Method · 0.45
reverse
Method · 0.45
rot13
Method · 0.45
replace
Method · 0.45
padLeft
Method · 0.45
padRight
Method · 0.45
Calls
1
size
Function · 0.85
Tested by
no test coverage detected