Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ empty
Method
empty
source/core/StarString.cpp:166–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
bool String::empty() const {
167
return m_string.empty();
168
}
169
170
String::Char String::operator[](size_t index) const {
171
auto it = begin();
Callers
6
joinWith
Method · 0.45
split
Method · 0.45
splitAny
Method · 0.45
replace
Method · 0.45
find
Method · 0.45
findLast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected